Seting main window to 800

This commit is contained in:
MartinUI 2014-07-09 16:56:53 +02:00
parent 92c594ca8c
commit bdb758131a

View file

@ -49,7 +49,7 @@ ApplicationWindow {
visible: true visible: true
width: 1269 width: 1269
height: 900 height: 800
color: "#FFFFFF" color: "#FFFFFF"
x: (Screen.width - width) / 2 x: (Screen.width - width) / 2
y: (Screen.height - height) / 2 y: (Screen.height - height) / 2