diff --git a/LeftPanel.qml b/LeftPanel.qml index 79206fb4..171646ff 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -72,8 +72,8 @@ Rectangle { menuColumn.previousButton.checked = true } - width: (isMobile)? appWindow.width : 260 - color: "#FFFFFF" + width: (isMobile)? appWindow.width : 300 + color: "black" anchors.bottom: parent.bottom anchors.top: parent.top