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