Merge pull request #2759

900f478 MenuButton: fix gradient (selsta)
pull/2/head
luigi1111 4 years ago
commit d5469c8247
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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