From c7435c5dfae1f8fd308c2c88031dafe95b598f58 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Thu, 2 Mar 2017 13:13:54 -0500 Subject: [PATCH 1/2] MenuButton.qml --- components/MenuButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3d9ffca0168faf4a568901ebe78ee71debc817d7 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Thu, 2 Mar 2017 13:14:44 -0500 Subject: [PATCH 2/2] LeftPanel.qml --- LeftPanel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 {