aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-03-02 13:13:54 -0500
committerGitHub <noreply@github.com>2017-03-02 13:13:54 -0500
commitc7435c5dfae1f8fd308c2c88031dafe95b598f58 (patch)
tree8e4ab6f9541c1e57fdeb23572bbba1f1b636c4a4 /components
parente826f7c1ecdcdc1e588e67b07278f7433cd867eb (diff)
downloadmonzero-gui-c7435c5dfae1f8fd308c2c88031dafe95b598f58.tar.gz
monzero-gui-c7435c5dfae1f8fd308c2c88031dafe95b598f58.tar.xz
monzero-gui-c7435c5dfae1f8fd308c2c88031dafe95b598f58.zip
MenuButton.qml
Diffstat (limited to 'components')
-rw-r--r--components/MenuButton.qml2
1 files changed, 1 insertions, 1 deletions
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