summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dial/dial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dial/dial.qml')
-rw-r--r--examples/declarative/dial/dial.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/dial/dial.qml b/examples/declarative/dial/dial.qml
index 75bd9b1..75bd65c 100644
--- a/examples/declarative/dial/dial.qml
+++ b/examples/declarative/dial/dial.qml
@@ -26,7 +26,7 @@ Rect {
}
MouseRegion {
anchors.fill: parent
- drag.target: parent; drag.axis: "x"; drag.minimumX: 2; drag.maximumX: 128
+ drag.target: parent; drag.axis: "XAxis"; drag.minimumX: 2; drag.maximumX: 128
}
}
}