diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2016-12-09 22:09:45 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-12-09 22:09:45 +0100 |
| commit | 440d14be51499458df6da786c61dd8638c18a1f3 (patch) | |
| tree | 16d23c063d8a364e8e46b86b4c882379894fc334 /MiddlePanel.qml | |
| parent | ff998ba17b21e7484048d59bf22271b4415a4f21 (diff) | |
| download | monzero-gui-440d14be51499458df6da786c61dd8638c18a1f3.tar.gz monzero-gui-440d14be51499458df6da786c61dd8638c18a1f3.tar.xz monzero-gui-440d14be51499458df6da786c61dd8638c18a1f3.zip | |
fix basic layout
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 3917fdd3..60f79185 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -186,6 +186,7 @@ Rectangle { anchors.verticalCenter: parent.verticalCenter anchors.top: parent.top anchors.right: parent.right + anchors.topMargin: 10 width: 256 columns: 3 @@ -272,7 +273,6 @@ Rectangle { anchors.topMargin: 30 Layout.fillWidth: true Layout.fillHeight: true - anchors.top: parent.top anchors.margins: 4 clip: true // otherwise animation will affect left panel |
