aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-04 16:53:53 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-04 16:53:53 +0100
commit17add2d75e36b5f9f224d2234db55dc9c68f7fee (patch)
tree6b69ff0e9247c4a5480e78d0d28e755a2f6c7749
parent3d16f73eda5faf82be797e8d5635affa7bc13d18 (diff)
downloadmonzero-gui-17add2d75e36b5f9f224d2234db55dc9c68f7fee.tar.gz
monzero-gui-17add2d75e36b5f9f224d2234db55dc9c68f7fee.tar.xz
monzero-gui-17add2d75e36b5f9f224d2234db55dc9c68f7fee.zip
middlePanel: fix anchor error
-rw-r--r--MiddlePanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 1d257afa..e969a466 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -262,7 +262,7 @@ Rectangle {
anchors.topMargin: 30
Layout.fillWidth: true
Layout.fillHeight: true
- anchors.top: styledRow.bottom
+ anchors.top: parent.top
anchors.margins: 4
clip: true // otherwise animation will affect left panel