From 5dda71b7bc2611631919d5c0d313f1bdc013030e Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Fri, 16 Sep 2011 20:57:19 +0200
Subject: Fixing the declarative example

---
 testdeclarativewatchlet.qml | 4 ++--
 1 file 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
 			}
 		}
 	}
-- 
cgit v1.2.3