diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-16 20:06:23 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-16 20:06:23 +0000 |
| commit | 14e536a9347473896ba2916c7a4108d8952d1c50 (patch) | |
| tree | 7dde1491e8301790f9eab45fc79cf88995f30a71 /components | |
| parent | 59ba93bbddeec4db62f4bc1e0e29e42995188fb6 (diff) | |
| download | monzero-gui-14e536a9347473896ba2916c7a4108d8952d1c50.tar.gz monzero-gui-14e536a9347473896ba2916c7a4108d8952d1c50.tar.xz monzero-gui-14e536a9347473896ba2916c7a4108d8952d1c50.zip | |
Don't waste too much vertical space on the left menu
Gives space for one more item
Diffstat (limited to 'components')
| -rw-r--r-- | components/MenuButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/MenuButton.qml b/components/MenuButton.qml index 50238bd8..1d0b00e1 100644 --- a/components/MenuButton.qml +++ b/components/MenuButton.qml @@ -36,7 +36,7 @@ Rectangle { property alias symbol: symbolText.text signal clicked() - height: (appWindow.height >= 800) ? 64 : 60 + height: (appWindow.height >= 800) ? 64 : 56 color: checked ? "#FFFFFF" : "#1C1C1C" Item { |
