MenuButton: fix gradient

pull/2/head
selsta 4 years ago
parent 35b7a5f6bb
commit 900f478abe
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -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