소스 검색

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()