# HG changeset patch # User Michael Schloh von Bennewitz # Date 1310197649 -7200 # Node ID 7e96a43d8f0da78e3cbc4f251c12b8947b029f62 # Parent b1a5f887cd818f7e87259e90927550ddd200b4b2 Increase delay of initial clock hand placement for slower devices. diff -r b1a5f887cd81 -r 7e96a43d8f0d qml/main.qml --- a/qml/main.qml Fri Jul 08 22:43:08 2011 +0200 +++ b/qml/main.qml Sat Jul 09 09:47:29 2011 +0200 @@ -132,7 +132,7 @@ } Timer { // just waits a second before moving the arms of - interval: 1000 // the game subclocks into their initial position + interval: 2000 // the game subclocks into their initial position running: true onTriggered: { opponOne.timeInit()