diff options
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 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 |
