From 1f4bcd150f19312f1692be2a9dc7063af55838ed Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 28 Oct 2023 14:11:20 +0200 Subject: [PATCH] Make SectionDelegate separator thickness consistent with other Separators --- src/qml/SectionDelegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/SectionDelegate.qml b/src/qml/SectionDelegate.qml index 4d9dc5c39..bf219ba85 100644 --- a/src/qml/SectionDelegate.qml +++ b/src/qml/SectionDelegate.qml @@ -38,7 +38,6 @@ QQC2.ItemDelegate { Layout.maximumWidth: maxWidth } Kirigami.Separator { - Layout.minimumHeight: 2 Layout.fillWidth: true Layout.maximumWidth: maxWidth }