aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/behaviors/SideRect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/behaviors/SideRect.qml')
-rw-r--r--examples/quick/animation/behaviors/SideRect.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/animation/behaviors/SideRect.qml b/examples/quick/animation/behaviors/SideRect.qml
index be7dad3466..e8b0bea826 100644
--- a/examples/quick/animation/behaviors/SideRect.qml
+++ b/examples/quick/animation/behaviors/SideRect.qml
@@ -54,8 +54,8 @@ Rectangle {
anchors.fill: parent
hoverEnabled: true
onEntered: {
- focusRect.x = myRect.x;
- focusRect.y = myRect.y;
+ focusRect.x = myRect.x;
+ focusRect.y = myRect.y;
focusRect.text = myRect.text;
}
}