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 21c7983e..b85a8cae 100644
--- a/main.qml
+++ b/main.qml
@@ -49,7 +49,7 @@ ApplicationWindow {
visible: true
width: 1269
- height: 900
+ height: 800
color: "#FFFFFF"
x: (Screen.width - width) / 2
y: (Screen.height - height) / 2