浏览代码

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 {
 Window {
     id: appWindow
     id: appWindow
 
 
-    width: 1024
-    height: 768
+    width: 1280
+    height: 720
 
 
     onWidthChanged: {
     onWidthChanged: {
         globalUtil.reset()
         globalUtil.reset()