From 28cd6e0ed60df6f86a9d736b71ed00e26c224cdb Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Mon, 26 Oct 2009 15:56:49 +1000 Subject: fix anchors --- examples/declarative/animation/easing.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } } -- cgit v0.12