From d03f94da4652f12ded4796747a479fcd1c5750b4 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sun, 12 Nov 2017 17:55:13 +0100 Subject: [PATCH] Increasing left panel width to 300 --- LeftPanel.qml | 4 ++-- 1 file 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