소스 검색

Use the Well representation by default

Change-Id: I1b4cc43ae33e57f41b92e49a8a927f9cd3e5e9cd
Donald Carr 8 년 전
부모
커밋
92b39c9f90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      qml/main.qml

+ 1 - 1
qml/main.qml

@@ -73,7 +73,7 @@ Window {
         property bool showViewItemCount: false
         property bool showScreenResolution: false
         property string effect: ""
-        property string view: "Basic"
+        property string view: "Well"
         property bool smoothArt: false
         property bool randomlyMirrorArt: true
         property bool fullscreen: true