mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
LeftPanel.qml
This commit is contained in:
parent
c7435c5dfa
commit
3d9ffca016
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ Rectangle {
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 40
|
||||
anchors.topMargin: 36
|
||||
height: logo.implicitHeight
|
||||
|
||||
Image {
|
||||
|
@ -108,7 +108,7 @@ Rectangle {
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: logoItem.bottom
|
||||
anchors.topMargin: 30
|
||||
anchors.topMargin: 26
|
||||
spacing: 5
|
||||
|
||||
Label {
|
||||
|
|
Loading…
Reference in a new issue