aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-16 14:40:09 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-16 14:40:09 +0200
commit2eddebe1c2c41f8a9be56862f355251d5d34f18f (patch)
tree4a34053a6d1db2718596b18c262a2b0ab4bf30e1 /LeftPanel.qml
parent855d5736c509363dd47e091210f2f3fe64ad9117 (diff)
downloadmonzero-gui-2eddebe1c2c41f8a9be56862f355251d5d34f18f.tar.gz
monzero-gui-2eddebe1c2c41f8a9be56862f355251d5d34f18f.tar.xz
monzero-gui-2eddebe1c2c41f8a9be56862f355251d5d34f18f.zip
https://trello.com/c/LXEnXYLF/42-fix-monero-logo
https://trello.com/c/VpuuPT5L/27-per-transaction-descriptions-should-be-removed-from-dashboard-history-as-discussed https://trello.com/c/wy3nFH3g/30-please-add-ctrl-tab-ctrl-shift-tab-shortcut-keys-to-rotate-between-tabs https://trello.com/c/6Y6kOXsU/44-add-monero-title-to-the-main-window
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml8
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"
}