rightpanel hide/show fix

This commit is contained in:
marcin
2014-07-16 10:52:00 +02:00
parent ca7472c79a
commit 855d5736c5
3 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ Rectangle {
anchors.right: logo.left
anchors.verticalCenter: logo.verticalCenter
anchors.verticalCenterOffset: 5
anchors.rightMargin: 10
anchors.rightMargin: 20
source: appWindow.rightPanelExpanded ? "images/expandRightPanel.png" :
"images/collapseRightPanel.png"
}