Default initial time for first game 30 min for both
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Tue, 23 Aug 2011 20:02:19 +0000 (23:02 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Tue, 23 Aug 2011 20:02:19 +0000 (23:02 +0300)
... instead of 1 h 30 min
Hour Glass would need its own default time

qml/NewGameDialogPage.qml

index dd6be90..691fd97 100644 (file)
@@ -161,7 +161,7 @@ Page
                 anchors.top: whiteSmall.bottom
                 anchors.left: whiteTurnsPerAddition.left
 
-                property int hours: 1
+                property int hours: 0
                 property int minutes: 30
                 property int seconds: 0
 
@@ -187,7 +187,7 @@ Page
                 anchors.top: whiteSmall.bottom
                 anchors.left:  blackTurnsPerAddition.left
 
-                property int hours: 1
+                property int hours: 0
                 property int minutes: 30
                 property int seconds: 0