From 09461397a87d5d8c25cdd3cef9efbcde8184a7f2 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 2 Nov 2017 07:53:14 +0100 Subject: [PATCH] Menu button color fix --- components/TitleBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 531d5196..b8400273 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -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