aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 5ab10492..deb46a6c 100644
--- a/main.qml
+++ b/main.qml
@@ -942,7 +942,7 @@ ApplicationWindow {
PropertyChanges { target: titleBar; basicButtonVisible: false }
PropertyChanges { target: wizard; visible: true }
PropertyChanges { target: appWindow; width: 930; }
- PropertyChanges { target: appWindow; height: 595; }
+ PropertyChanges { target: appWindow; height: 650; }
PropertyChanges { target: resizeArea; visible: false }
PropertyChanges { target: titleBar; maximizeButtonVisible: false }
PropertyChanges { target: frameArea; blocked: true }