From a84bdce356c9eb576660336f189d14ac5d88ef05 Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 18 Jan 2019 00:15:24 +0100 Subject: tabs: cleanup from repo --- LeftPanel.qml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index 16b1a8f9..3636b868 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -293,20 +293,6 @@ Rectangle { anchors.right: parent.right height: 1 } - /* Disable twitter/news panel - Image { - anchors.left: parent.left - anchors.verticalCenter: logo.verticalCenter - anchors.leftMargin: 19 - source: appWindow.rightPanelExpanded ? "images/expandRightPanel.png" : - "images/collapseRightPanel.png" - } - - MouseArea { - anchors.fill: parent - onClicked: appWindow.rightPanelExpanded = !appWindow.rightPanelExpanded - } - */ } } } -- cgit v1.2.3