diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:28:05 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:28:05 +0200 |
| commit | cebf4a01a8c96d6586918bf74c731012437ea8f4 (patch) | |
| tree | f526d40ba1f41a89683b69479d79fe04713016c7 | |
| parent | afbfbeaa4970be2818e96f5fe9210a6905b4aa25 (diff) | |
| parent | 3d9ffca0168faf4a568901ebe78ee71debc817d7 (diff) | |
| download | monzero-gui-cebf4a01a8c96d6586918bf74c731012437ea8f4.tar.gz monzero-gui-cebf4a01a8c96d6586918bf74c731012437ea8f4.tar.xz monzero-gui-cebf4a01a8c96d6586918bf74c731012437ea8f4.zip | |
Merge pull request #521
3d9ffca LeftPanel.qml (xmr-eric)
c7435c5 MenuButton.qml (xmr-eric)
| -rw-r--r-- | LeftPanel.qml | 4 | ||||
| -rw-r--r-- | components/MenuButton.qml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index c12a8e35..4b4a7fac 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -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 { diff --git a/components/MenuButton.qml b/components/MenuButton.qml index 9d4bbdc6..a7baa019 100644 --- a/components/MenuButton.qml +++ b/components/MenuButton.qml @@ -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 |
