mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +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 {
|
ListView {
|
||||||
|
id: listView
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
implicitWidth: 18 * Kirigami.Units.gridUnit
|
implicitWidth: 18 * Kirigami.Units.gridUnit
|
||||||
model: kcm.timeZonesModel
|
model: kcm.timeZonesModel
|
||||||
delegate: Kirigami.DelegateRecycler {
|
delegate: Kirigami.DelegateRecycler {
|
||||||
width: parent.width
|
width: listView.width
|
||||||
|
|
||||||
sourceComponent: listDelegateComponent
|
sourceComponent: listDelegateComponent
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue