aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-16 10:52:00 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-16 10:52:00 +0200
commit855d5736c509363dd47e091210f2f3fe64ad9117 (patch)
treeaca1c7fea9d0e7e7d41d296d8bafc9cf558835b8 /LeftPanel.qml
parentca7472c79af2fe27cafceeb866cc729a171a78fc (diff)
downloadmonzero-gui-855d5736c509363dd47e091210f2f3fe64ad9117.tar.gz
monzero-gui-855d5736c509363dd47e091210f2f3fe64ad9117.tar.xz
monzero-gui-855d5736c509363dd47e091210f2f3fe64ad9117.zip
rightpanel hide/show fix
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 09438de1..10037ffc 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -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"
}