From a760e6547867520b2370eefba4956653c0f71fe3 Mon Sep 17 00:00:00 2001 From: larteyoh Date: Tue, 7 May 2024 05:40:46 +0000 Subject: [PATCH] adjust window height --- qml/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index 567bd03..70f158f 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -21,9 +21,9 @@ ApplicationWindow { //visibility: (Script.getJsonRootObject()["window_mode"] == 1) ? "FullScreen" : "Windowed" title: qsTr("neroshop" + " v" + neroshopVersion) width: 1024//Script.getJsonRootObject()["window_width"] - height: 600//Script.getJsonRootObject()["window_height"] + height: 720//Script.getJsonRootObject()["window_height"] minimumWidth: 1024 - minimumHeight: 600//768 + minimumHeight: 600 color: NeroshopComponents.Style.getColorsFromTheme()[0] flags: Qt.Window | Qt.WindowMinMaxButtonsHint | Qt.WindowCloseButtonHint