Ver código fonte

Use the Well representation by default

Change-Id: I1b4cc43ae33e57f41b92e49a8a927f9cd3e5e9cd
Donald Carr 8 anos atrás
pai
commit
92b39c9f90
1 arquivos alterados com 1 adições e 1 exclusões
  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