diff options
Diffstat (limited to 'ChatGroup.ui.qml')
-rw-r--r-- | ChatGroup.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChatGroup.ui.qml b/ChatGroup.ui.qml index 4b14124..4ebf46b 100644 --- a/ChatGroup.ui.qml +++ b/ChatGroup.ui.qml @@ -16,7 +16,7 @@ Page { } ListView { - id: list + id: listView anchors { fill: parent leftMargin: 20 @@ -24,7 +24,7 @@ Page { } model: [ 11, 1, 6, 1, 11, 1, 7, 1, 11, 1] delegate: Item { - implicitWidth: list.width + implicitWidth: listView.width implicitHeight: column.height ColumnLayout { |