mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Menu button color fix
This commit is contained in:
parent
2d357b6c12
commit
09461397a8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Rectangle {
|
||||||
property bool checked: false
|
property bool checked: false
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
color: basicMouseArea.containsMouse || !leftPanel.visible ? "#FFE00A" : "#000000"
|
color: "#FFE00A"
|
||||||
height: 30 * scaleRatio
|
height: 30 * scaleRatio
|
||||||
width: height
|
width: height
|
||||||
visible: isMobile
|
visible: isMobile
|
||||||
|
|
Loading…
Reference in a new issue