From b0a96c72a3df3363c985e16b0ef30154fa66ded0 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: Mon, 8 May 2023 10:59:09 +0800 Subject: The card rectangle is seen now --- Friends.ui.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Friends.ui.qml b/Friends.ui.qml index 0826066..815499e 100644 --- a/Friends.ui.qml +++ b/Friends.ui.qml @@ -26,6 +26,7 @@ Flickable { ListView { id: list + Layout.fillWidth: true interactive: false implicitHeight: count * 88.5 model: ListModel { -- cgit v1.2.3