aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/Dial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/dialcontrol/Dial.qml')
-rw-r--r--examples/quick/customitems/dialcontrol/Dial.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/dialcontrol/Dial.qml b/examples/quick/customitems/dialcontrol/Dial.qml
index 7e3b8cbd87..3b9692cc91 100644
--- a/examples/quick/customitems/dialcontrol/Dial.qml
+++ b/examples/quick/customitems/dialcontrol/Dial.qml
@@ -32,7 +32,7 @@ Item {
id: needleRotation
origin.x: 5; origin.y: 65
//! [needle angle]
- angle: Math.min(Math.max(-130, root.value*2.6 - 130), 133)
+ angle: Math.min(Math.max(-130, root.value * 2.6 - 130), 133)
Behavior on angle {
SpringAnimation {
spring: 1.4