Menu button color fix

This commit is contained in:
Jaquee 2017-11-02 07:53:14 +01:00
parent 2d357b6c12
commit 09461397a8

View file

@ -60,7 +60,7 @@ Rectangle {
property bool checked: false
anchors.top: parent.top
anchors.left: parent.left
color: basicMouseArea.containsMouse || !leftPanel.visible ? "#FFE00A" : "#000000"
color: "#FFE00A"
height: 30 * scaleRatio
width: height
visible: isMobile