mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 17:07:26 -04:00
middlePanel: fix anchor error
This commit is contained in:
@@ -262,7 +262,7 @@ Rectangle {
|
|||||||
anchors.topMargin: 30
|
anchors.topMargin: 30
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
anchors.top: styledRow.bottom
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user