Merge pull request #1908

a84bdce tabs: cleanup from repo (selsta)
This commit is contained in:
luigi1111
2019-01-21 15:03:07 -06:00
6 changed files with 0 additions and 385 deletions

View File

@@ -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
}
*/
}
}
}