aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/flickable/content/Panel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/touchinteraction/flickable/content/Panel.qml')
-rw-r--r--examples/quick/touchinteraction/flickable/content/Panel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/touchinteraction/flickable/content/Panel.qml b/examples/quick/touchinteraction/flickable/content/Panel.qml
index 29189780a2..6932fca431 100644
--- a/examples/quick/touchinteraction/flickable/content/Panel.qml
+++ b/examples/quick/touchinteraction/flickable/content/Panel.qml
@@ -111,7 +111,7 @@ Component {
id: mouse
anchors.fill: parent
drag.target: stickyPage
- drag.axis: Drag.XandYAxis
+ drag.axis: Drag.XAndYAxis
drag.minimumY: 0
drag.maximumY: page.height - 80
drag.minimumX: 100