mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #521
3d9ffca
LeftPanel.qml (xmr-eric)c7435c5
MenuButton.qml (xmr-eric)
This commit is contained in:
commit
cebf4a01a8
2 changed files with 3 additions and 3 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 {
|
||||
|
|
|
@ -50,7 +50,7 @@ Rectangle {
|
|||
|
||||
color: checked ? "#FFFFFF" : "#1C1C1C"
|
||||
property bool present: !under || under.checked || checked || under.numSelectedChildren > 0
|
||||
height: present ? ((appWindow.height >= 800) ? 64 : 56) : 0
|
||||
height: present ? ((appWindow.height >= 800) ? 64 : 52) : 0
|
||||
|
||||
transform: Scale {
|
||||
yScale: button.present ? 1 : 0
|
||||
|
|
Loading…
Reference in a new issue