From 17add2d75e36b5f9f224d2234db55dc9c68f7fee Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 4 Dec 2016 16:53:53 +0100 Subject: [PATCH] middlePanel: fix anchor error --- MiddlePanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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