Make SectionDelegate separator thickness consistent with other Separators

This commit is contained in:
Tobias Fella
2023-10-28 14:11:20 +02:00
parent 9ad8894983
commit 1f4bcd150f

View File

@@ -38,7 +38,6 @@ QQC2.ItemDelegate {
Layout.maximumWidth: maxWidth
}
Kirigami.Separator {
Layout.minimumHeight: 2
Layout.fillWidth: true
Layout.maximumWidth: maxWidth
}