mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 08:03:48 +02:00
fix basic layout
This commit is contained in:
parent
ff998ba17b
commit
440d14be51
@ -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 New Issue
Block a user