mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-29 23:26:24 +01:00
MenuButton: fix gradient
This commit is contained in:
parent
35b7a5f6bb
commit
900f478abe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user