aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LeftPanel.qml4
1 files changed, 2 insertions, 2 deletions
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