Remove incorrect (and unneeded) anchoring

This commit is contained in:
Alessandro Portale
2010-09-22 14:58:44 +02:00
parent d0d51ad70f
commit dd78f4e1c3

View File

@@ -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
}