Merge pull request #2759

900f478 MenuButton: fix gradient (selsta)
This commit is contained in:
luigi1111
2020-02-04 14:37:17 -05:00

View File

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