fix SettingsContainersListView

This commit is contained in:
Cyril Anisimov 2025-05-10 12:38:57 +02:00
parent d110c96b5c
commit 671d762a20

View file

@ -14,12 +14,12 @@ import "../Controls2/TextTypes"
ListViewType {
id: listView
id: root
anchors.fill: parent
delegate: ColumnLayout {
width: listView.width
width: root.width
LabelWithButtonType {
Layout.fillWidth: true