Skip to content
Snippets Groups Projects
Commit 977050d3 authored by Alessandro Portale's avatar Alessandro Portale
Browse files

Remove incorrect (and unneeded) anchoring

parent dd78f4e1
No related branches found
No related tags found
No related merge requests found
...@@ -17,13 +17,11 @@ Rectangle { ...@@ -17,13 +17,11 @@ Rectangle {
anchors.margins: title.height + 2 anchors.margins: title.height + 2
QmlProject01 { QmlProject01 {
anchors.top: parent.top
height: parent.height / 2 height: parent.height / 2
width: parent.width width: parent.width
} }
QmlProject02 { QmlProject02 {
anchors.bottom: parent.bottom
height: parent.height / 2 height: parent.height / 2
width: parent.width width: parent.width
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment