mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #297
14e536a
Don't waste too much vertical space on the left menu (moneromooo.monero)
This commit is contained in:
commit
7f950cf136
2 changed files with 4 additions and 4 deletions
|
@ -73,7 +73,7 @@ Rectangle {
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 48
|
||||
anchors.topMargin: 40
|
||||
height: logo.implicitHeight
|
||||
|
||||
Image {
|
||||
|
@ -105,8 +105,8 @@ Rectangle {
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: logoItem.bottom
|
||||
anchors.topMargin: 40
|
||||
spacing: 6
|
||||
anchors.topMargin: 30
|
||||
spacing: 5
|
||||
|
||||
Label {
|
||||
text: qsTr("Balance") + translationManager.emptyString
|
||||
|
|
|
@ -36,7 +36,7 @@ Rectangle {
|
|||
property alias symbol: symbolText.text
|
||||
signal clicked()
|
||||
|
||||
height: (appWindow.height >= 800) ? 64 : 60
|
||||
height: (appWindow.height >= 800) ? 64 : 56
|
||||
color: checked ? "#FFFFFF" : "#1C1C1C"
|
||||
|
||||
Item {
|
||||
|
|
Loading…
Reference in a new issue