aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartinUI <martin@userinterfacedesigner.pl>2014-07-09 16:56:53 +0200
committerMartinUI <martin@userinterfacedesigner.pl>2014-07-09 16:56:53 +0200
commitbdb758131a3855d817bb1e356f1bf8cbec8ea689 (patch)
treea52bf9cbd6057a04d1958d81f9e52d578eefe72e
parent92c594ca8cefa8ba59dcad1e3f5df170d1880ba0 (diff)
downloadmonzero-gui-bdb758131a3855d817bb1e356f1bf8cbec8ea689.tar.gz
monzero-gui-bdb758131a3855d817bb1e356f1bf8cbec8ea689.tar.xz
monzero-gui-bdb758131a3855d817bb1e356f1bf8cbec8ea689.zip
Seting main window to 800
-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