fix serviceList sometimes having overlapping items

This commit is contained in:
Chris Cochrun 2023-03-24 15:17:25 -05:00
parent 17082bcc67
commit f17a88ff68

View file

@ -327,6 +327,7 @@ Item {
delegate: Kirigami.DelegateRecycler {
width: serviceItemList.width
height: Kirigami.Units.gridUnit * 2
sourceComponent: delegate
}
Kirigami.WheelHandler {