tabs: cleanup from repo

This commit is contained in:
selsta
2019-01-18 00:15:24 +01:00
parent 36eb1f80e1
commit a84bdce356
6 changed files with 0 additions and 385 deletions

View File

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