diff options
| author | selsta <selsta@sent.at> | 2019-01-18 00:15:24 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-01-18 00:15:24 +0100 |
| commit | a84bdce356c9eb576660336f189d14ac5d88ef05 (patch) | |
| tree | 38d207026686c21774319d22231fe66a512b632e /LeftPanel.qml | |
| parent | 36eb1f80e1c070f753746519e2c9e4f01784f6c2 (diff) | |
| download | monzero-gui-a84bdce356c9eb576660336f189d14ac5d88ef05.tar.gz monzero-gui-a84bdce356c9eb576660336f189d14ac5d88ef05.tar.xz monzero-gui-a84bdce356c9eb576660336f189d14ac5d88ef05.zip | |
tabs: cleanup from repo
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 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 - } - */ } } } |
