From dd78f4e1c3557a1e39a0c2830609b54e951d2821 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Wed, 22 Sep 2010 14:58:44 +0200 Subject: [PATCH] Remove incorrect (and unneeded) anchoring --- .../qmlstandalone/qmlimportscenario_02/subfolder1/myqmlapp.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/manual/qmlstandalone/qmlimportscenario_02/subfolder1/myqmlapp.qml b/tests/manual/qmlstandalone/qmlimportscenario_02/subfolder1/myqmlapp.qml index b1ae6c9320a..0b950b9459f 100644 --- a/tests/manual/qmlstandalone/qmlimportscenario_02/subfolder1/myqmlapp.qml +++ b/tests/manual/qmlstandalone/qmlimportscenario_02/subfolder1/myqmlapp.qml @@ -17,13 +17,11 @@ Rectangle { anchors.margins: title.height + 2 QmlComponent01 { - anchors.top: parent.top height: parent.height / 2 width: parent.width } QmlComponent02 { - anchors.bottom: parent.bottom height: parent.height / 2 width: parent.width }