mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
middlePanel: fix anchor error
This commit is contained in:
parent
3d16f73eda
commit
17add2d75e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ Rectangle {
|
|||
anchors.topMargin: 30
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
anchors.top: styledRow.bottom
|
||||
anchors.top: parent.top
|
||||
anchors.margins: 4
|
||||
clip: true // otherwise animation will affect left panel
|
||||
|
||||
|
|
Loading…
Reference in a new issue