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 }