summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/declarative/animation/easing.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/animation/easing.qml b/examples/declarative/animation/easing.qml
index 9e0a0d6..59e9b17 100644
--- a/examples/declarative/animation/easing.qml
+++ b/examples/declarative/animation/easing.qml
@@ -92,7 +92,7 @@ Rectangle {
anchors.fill: parent; viewportHeight: layout.height
Column {
id: layout
- anchors.left: window.left; anchors.right: window.right
+ anchors.left: parent.left; anchors.right: parent.right
Repeater { model: easingTypes; delegate: delegate }
}
}