aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2010-09-22 14:58:44 +0200
committerAlessandro Portale <alessandro.portale@nokia.com>2010-09-22 14:58:44 +0200
commitdd78f4e1c3557a1e39a0c2830609b54e951d2821 (patch)
treed0c84135e7d16184897c6b3307c824d487700abe /tests
parentd0d51ad70fd929060284d3759f1d27521caf34d3 (diff)
Remove incorrect (and unneeded) anchoring
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/qmlstandalone/qmlimportscenario_02/subfolder1/myqmlapp.qml2
1 files changed, 0 insertions, 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
}