Merge pull request #258

440d14b fix basic layout (Jaquee)
This commit is contained in:
Riccardo Spagni 2016-12-14 23:32:04 +02:00
commit ce124dc2bd
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -186,6 +186,7 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.top: parent.top anchors.top: parent.top
anchors.right: parent.right anchors.right: parent.right
anchors.topMargin: 10
width: 256 width: 256
columns: 3 columns: 3
@ -272,7 +273,6 @@ Rectangle {
anchors.topMargin: 30 anchors.topMargin: 30
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
anchors.top: parent.top
anchors.margins: 4 anchors.margins: 4
clip: true // otherwise animation will affect left panel clip: true // otherwise animation will affect left panel