add some margins at bottom of items in conflicts list view
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 4 May 2023 08:47:45 +0000 (10:47 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 17 May 2023 06:43:54 +0000 (08:43 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/ConflictDelegate.qml

index 66adb571d4eded3fe75903e0e878ee12c4356a98..a8cbe9dd5cbe43daa339b65fd3a15928d729aaf2 100644 (file)
@@ -50,6 +50,7 @@ Item {
         anchors.bottom: parent.bottom
         anchors.left: parent.left
         anchors.right: parent.right
+        anchors.bottomMargin: 8
 
         Item {
             Layout.fillWidth: true