kcms/time: fix wrong reference

This commit is contained in:
Yari Polla 2023-03-15 14:23:19 +01:00
parent fa2f34ca41
commit d1e91b1573

View file

@ -153,12 +153,14 @@ SimpleKCM {
}
}
ListView {
id: listView
clip: true
anchors.fill: parent
implicitWidth: 18 * Kirigami.Units.gridUnit
model: kcm.timeZonesModel
delegate: Kirigami.DelegateRecycler {
width: parent.width
width: listView.width
sourceComponent: listDelegateComponent
}