diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-16 20:57:19 +0200 |
---|---|---|
committer | Javier <javier@pcjavier.(none)> | 2011-09-16 20:57:19 +0200 |
commit | 5dda71b7bc2611631919d5c0d313f1bdc013030e (patch) | |
tree | abc66b94b18d73cdee42b3092bc906ee6cefb470 | |
parent | b6060852c4b317cd73043cdc82b652d187d952fd (diff) | |
download | sowatch-5dda71b7bc2611631919d5c0d313f1bdc013030e.tar.gz sowatch-5dda71b7bc2611631919d5c0d313f1bdc013030e.zip |
Fixing the declarative exampledemo
-rw-r--r-- | testdeclarativewatchlet.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdeclarativewatchlet.qml b/testdeclarativewatchlet.qml index 04d8167..20b66d5 100644 --- a/testdeclarativewatchlet.qml +++ b/testdeclarativewatchlet.qml @@ -19,9 +19,9 @@ Rectangle { RotationAnimation on angle { loops: Animation.Infinite running: watch.active - duration: 6000 + duration: 10000 from: 0 - to: 180 + to: 360 } } } |