From 2e501f0c75a082b93e0c611a137eac2fd0359d28 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 4 May 2023 10:47:45 +0200 Subject: [PATCH] add some margins at bottom of items in conflicts list view Signed-off-by: Matthieu Gallien --- src/gui/ConflictDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/ConflictDelegate.qml b/src/gui/ConflictDelegate.qml index 66adb571d..a8cbe9dd5 100644 --- a/src/gui/ConflictDelegate.qml +++ b/src/gui/ConflictDelegate.qml @@ -50,6 +50,7 @@ Item { anchors.bottom: parent.bottom anchors.left: parent.left anchors.right: parent.right + anchors.bottomMargin: 8 Item { Layout.fillWidth: true -- 2.30.2