mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
kcms/time: fix wrong reference
This commit is contained in:
parent
fa2f34ca41
commit
d1e91b1573
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue