mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 10:17:25 -04:00
Menu button color fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user