diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 10037ffc..d97d9bfc 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -34,15 +34,15 @@ Rectangle { Image { id: logo - anchors.horizontalCenter: parent.horizontalCenter + anchors.left: parent.left + anchors.leftMargin: 50 source: "images/moneroLogo.png" } Image { - anchors.right: logo.left + anchors.left: parent.left anchors.verticalCenter: logo.verticalCenter - anchors.verticalCenterOffset: 5 - anchors.rightMargin: 20 + anchors.leftMargin: 19 source: appWindow.rightPanelExpanded ? "images/expandRightPanel.png" : "images/collapseRightPanel.png" } |
