diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-03-02 13:14:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-02 13:14:44 -0500 |
| commit | 3d9ffca0168faf4a568901ebe78ee71debc817d7 (patch) | |
| tree | c2dd1101abf7f90551568e1c3f4386a3125e0f91 /LeftPanel.qml | |
| parent | c7435c5dfae1f8fd308c2c88031dafe95b598f58 (diff) | |
| download | monzero-gui-3d9ffca0168faf4a568901ebe78ee71debc817d7.tar.gz monzero-gui-3d9ffca0168faf4a568901ebe78ee71debc817d7.tar.xz monzero-gui-3d9ffca0168faf4a568901ebe78ee71debc817d7.zip | |
LeftPanel.qml
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index c12a8e35..4b4a7fac 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -76,7 +76,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top - anchors.topMargin: 40 + anchors.topMargin: 36 height: logo.implicitHeight Image { @@ -108,7 +108,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.top: logoItem.bottom - anchors.topMargin: 30 + anchors.topMargin: 26 spacing: 5 Label { |
