mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
fix basic layout
This commit is contained in:
parent
ff998ba17b
commit
440d14be51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue