aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/behaviors/wigglytext.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/behaviors/wigglytext.qml')
-rw-r--r--examples/quick/animation/behaviors/wigglytext.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/animation/behaviors/wigglytext.qml b/examples/quick/animation/behaviors/wigglytext.qml
index 13d04d539c..1bafebcebc 100644
--- a/examples/quick/animation/behaviors/wigglytext.qml
+++ b/examples/quick/animation/behaviors/wigglytext.qml
@@ -96,7 +96,7 @@ Rectangle {
MouseArea {
anchors.fill: parent
- drag.target: letter; drag.axis: Drag.XandYAxis
+ drag.target: letter; drag.axis: Drag.XAndYAxis
onPressed: letter.color = "#dddddd"
onReleased: letter.color = "#999999"
}