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
width: 1269
height: 900
height: 800
color: "#FFFFFF"
x: (Screen.width - width) / 2
y: (Screen.height - height) / 2