diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-10 10:34:06 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-10 10:34:06 +0800 |
commit | 07b932571c3b0fdee15266c3aea8bb1ca27e14a4 (patch) | |
tree | df45676278c6ffed679eae5fb3b7883515e516a8 /ChatGroup.ui.qml | |
parent | f0fd03093a7a3cf0dac9a65aade9cafae7a3964f (diff) |
list clashes with something on Designer
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 { |