Selaa lähdekoodia

720p is a reasonable default for window size

Donald Carr 8 vuotta sitten
vanhempi
commit
41e18aba2a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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()