fix SettingsContainersListView
This commit is contained in:
parent
d110c96b5c
commit
671d762a20
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue