diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-22 00:14:38 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:00 +0100 |
| commit | 8fbd8b99d7d04299d981b7f29256aeddfb7dec7e (patch) | |
| tree | 0f9b714d9fc1f831d8a46afd98526931ab18782c /components/MenuButton.qml | |
| parent | 9f0874ee064d586ed467ea94eb21d8bb09626d3f (diff) | |
| download | monzero-gui-8fbd8b99d7d04299d981b7f29256aeddfb7dec7e.tar.gz monzero-gui-8fbd8b99d7d04299d981b7f29256aeddfb7dec7e.tar.xz monzero-gui-8fbd8b99d7d04299d981b7f29256aeddfb7dec7e.zip | |
leftPanel gradient background
Diffstat (limited to 'components/MenuButton.qml')
| -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 555a03b9..f3ba56f6 100644 --- a/components/MenuButton.qml +++ b/components/MenuButton.qml @@ -56,7 +56,7 @@ Rectangle { return offset } - color: "black" + color: "transparent" property bool present: !under || under.checked || checked || under.numSelectedChildren > 0 height: present ? ((appWindow.height >= 800) ? 44 * scaleRatio : 38 * scaleRatio ) : 0 |
