Increase delay of initial clock hand placement for slower devices.

Sat, 09 Jul 2011 09:47:29 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 09 Jul 2011 09:47:29 +0200
changeset 6
7e96a43d8f0d
parent 5
b1a5f887cd81
child 7
10758789e572

Increase delay of initial clock hand placement for slower devices.

qml/main.qml file | annotate | diff | comparison | revisions
     1.1 --- a/qml/main.qml	Fri Jul 08 22:43:08 2011 +0200
     1.2 +++ b/qml/main.qml	Sat Jul 09 09:47:29 2011 +0200
     1.3 @@ -132,7 +132,7 @@
     1.4      }
     1.5  
     1.6      Timer {             // just waits a second before moving the arms of
     1.7 -        interval: 1000  // the game subclocks into their initial position
     1.8 +        interval: 2000  // the game subclocks into their initial position
     1.9          running: true
    1.10          onTriggered: {
    1.11              opponOne.timeInit()

mercurial