From 2ab3d8ebf2bbfb4b021c4a1a8fbb024bf65e1f33 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 28 Nov 2019 00:55:00 +0100 Subject: [PATCH] MiddlePanel: remove margin bottom --- MiddlePanel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 4bb9ec4c..0bbfb67e 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -195,6 +195,7 @@ Rectangle { } anchors.topMargin: appWindow.persistentSettings.customDecorations ? 50 : 0 + anchors.bottomMargin: 0 spacing: 0 Flickable {