forked from qt-creator/qt-creator
Remove incorrect (and unneeded) anchoring
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user