Bläddra i källkod

Move towards ideal default values

Change-Id: I9a1c2907de82779fb6380c9fc05d37e8eb5f429d
Donald Carr 9 år sedan
förälder
incheckning
81ce781bf4
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      qml/main.qml

+ 5 - 5
qml/main.qml

@@ -12,14 +12,14 @@ Window {
 
     Settings {
         id: settings
-        property int itemTravel: 1
-        property int columnCount: 10
-        property int interval: 2
-        property real pace: 1.0
+        property int itemTravel: 0
+        property int columnCount: 5
+        property int interval: 5
+        property real pace: 1
         property bool viewItemCount: false
         property bool globalWorld: false
         // Very computationally heavy: 40% vs 20% for 0.1 vs 0
-        property real restitution: 0.1
+        property real restitution: 0
         property bool embossEffect: false
     }