aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-02-01 23:01:10 +0100
committerselsta <selsta@sent.at>2020-02-01 23:01:10 +0100
commit900f478abeeaf84143802a4e7ff42ae2e96c3acb (patch)
tree9aeee56eb525476d3ba7d97e660db1d8b8ef31e8 /components
parent35b7a5f6bb469583f1e78c9f35f154d312d99dc6 (diff)
downloadmonzero-gui-900f478abeeaf84143802a4e7ff42ae2e96c3acb.tar.gz
monzero-gui-900f478abeeaf84143802a4e7ff42ae2e96c3acb.tar.xz
monzero-gui-900f478abeeaf84143802a4e7ff42ae2e96c3acb.zip
MenuButton: fix gradient
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 a7edfff4..01e31be8 100644
--- a/components/MenuButton.qml
+++ b/components/MenuButton.qml
@@ -62,7 +62,7 @@ Rectangle {
height: present ? ((appWindow.height >= 800) ? 44 : 38 ) : 0
LinearGradient {
- visible: isOpenGL && button.checked || numSelectedChildren > 0
+ visible: isOpenGL && button.checked
height: parent.height
width: 260
anchors.verticalCenter: parent.verticalCenter