From 900f478abeeaf84143802a4e7ff42ae2e96c3acb Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 1 Feb 2020 23:01:10 +0100 Subject: [PATCH] MenuButton: fix gradient --- components/MenuButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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