From 07b932571c3b0fdee15266c3aea8bb1ca27e14a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 10 May 2023 10:34:06 +0800 Subject: list clashes with something on Designer --- ChatGroup.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChatGroup.ui.qml') 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 { -- cgit v1.2.3