summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dial/content
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dial/content')
-rw-r--r--examples/declarative/dial/content/Dial.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/dial/content/Dial.qml b/examples/declarative/dial/content/Dial.qml
index 6fd0f39..ad4717a 100644
--- a/examples/declarative/dial/content/Dial.qml
+++ b/examples/declarative/dial/content/Dial.qml
@@ -26,7 +26,7 @@ Item {
id: needleRotation
origin.x: 7; origin.y: 65
angle: -130
- angle: SpringFollow {
+ SpringFollow on angle {
spring: 1.4
damping: .15
source: Math.min(Math.max(-130, root.value*2.6 - 130), 133)