From: Matthieu Gallien Date: Thu, 4 May 2023 08:47:45 +0000 (+0200) Subject: add some margins at bottom of items in conflicts list view X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~44^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2e501f0c75a082b93e0c611a137eac2fd0359d28;p=nextcloud-desktop.git add some margins at bottom of items in conflicts list view Signed-off-by: Matthieu Gallien --- 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