diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 8bfa2f0e..425c955c 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -291,20 +291,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 - } - */ } } } |
