diff --git a/src/modules/localeq/localeq.qml b/src/modules/localeq/localeq.qml index 534c8952c..0e00d1b1b 100644 --- a/src/modules/localeq/localeq.qml +++ b/src/modules/localeq/localeq.qml @@ -27,9 +27,9 @@ RowLayout Layout.fillWidth: true ColumnLayout { id: zones - Repeater { + ListView { model: config.zonesModel - Text { + delegate: Text { text: label } }