From c64977a7db61d5f4ce6215d364952bf41028f639 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sun, 12 Nov 2017 19:43:40 +0100 Subject: [PATCH] Removing some obsolete rectangles --- LeftPanel.qml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/LeftPanel.qml b/LeftPanel.qml index 173b9c24..d3ca0dca 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -208,31 +208,13 @@ Rectangle { } } - Rectangle { - anchors.top: parent.top - anchors.left: parent.left - anchors.bottom: menuRect.top - width: 1 - color: "#DBDBDB" - } - - Rectangle { - anchors.left: parent.left - anchors.right: parent.right - anchors.top: parent.top - height: 1 - color: "#DBDBDB" - } - - - Rectangle { id: menuRect anchors.left: parent.left anchors.right: parent.right anchors.bottom: parent.bottom anchors.top: (isMobile)? parent.top : column1.bottom - anchors.topMargin: (isMobile)? 0 : 25 + anchors.topMargin: (isMobile)? 0 : 4 color: "#1C1C1C"