Преглед изворни кода

720p is a reasonable default for window size

Donald Carr пре 8 година
родитељ
комит
41e18aba2a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      qml/main.qml

+ 2 - 2
qml/main.qml

@@ -6,8 +6,8 @@ import PictureModel 1.0
 Window {
     id: appWindow
 
-    width: 1024
-    height: 768
+    width: 1280
+    height: 720
 
     onWidthChanged: {
         globalUtil.reset()