diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 15:03:07 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 15:03:07 -0600 |
| commit | aa0742fe0580066ead41375c488aa22f33900f4d (patch) | |
| tree | 15a03db53fdd75c4d2c8a7dae5446210d17af1ef /LeftPanel.qml | |
| parent | ea92e411c47d8bb4117667a49fcca24f03ae274e (diff) | |
| parent | a84bdce356c9eb576660336f189d14ac5d88ef05 (diff) | |
| download | monzero-gui-aa0742fe0580066ead41375c488aa22f33900f4d.tar.gz monzero-gui-aa0742fe0580066ead41375c488aa22f33900f4d.tar.xz monzero-gui-aa0742fe0580066ead41375c488aa22f33900f4d.zip | |
Merge pull request #1908
a84bdce tabs: cleanup from repo (selsta)
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 - } - */ } } } |
