mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
Don't waste too much vertical space on the left menu
Gives space for one more item
This commit is contained in:
parent
59ba93bbdd
commit
14e536a934
@ -73,7 +73,7 @@ Rectangle {
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 48
|
anchors.topMargin: 40
|
||||||
height: logo.implicitHeight
|
height: logo.implicitHeight
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
@ -105,8 +105,8 @@ Rectangle {
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: logoItem.bottom
|
anchors.top: logoItem.bottom
|
||||||
anchors.topMargin: 40
|
anchors.topMargin: 30
|
||||||
spacing: 6
|
spacing: 5
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: qsTr("Balance") + translationManager.emptyString
|
text: qsTr("Balance") + translationManager.emptyString
|
||||||
|
@ -36,7 +36,7 @@ Rectangle {
|
|||||||
property alias symbol: symbolText.text
|
property alias symbol: symbolText.text
|
||||||
signal clicked()
|
signal clicked()
|
||||||
|
|
||||||
height: (appWindow.height >= 800) ? 64 : 60
|
height: (appWindow.height >= 800) ? 64 : 56
|
||||||
color: checked ? "#FFFFFF" : "#1C1C1C"
|
color: checked ? "#FFFFFF" : "#1C1C1C"
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
Loading…
Reference in New Issue
Block a user