From da6d01c451062c9f5a135e586fee1cba02cb04f5 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 19 Dec 2018 15:37:22 +0100 Subject: [PATCH] MiddlePanel: fix scrollbar margin top/bottom --- MiddlePanel.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 617690da..f5a9a66a 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -187,7 +187,9 @@ Rectangle { anchors.left: parent.right anchors.leftMargin: 3 anchors.top: parent.top + anchors.topMargin: 4 anchors.bottom: parent.bottom + anchors.bottomMargin: persistentSettings.customDecorations ? 4 : 0 } onFlickingChanged: {