From 19fb8c7865e2e506f36ee26ffb254878d20f93dc 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 12:41:29 +0800 Subject: Interface to the list of friends --- Friends.ui.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Friends.ui.qml b/Friends.ui.qml index 815499e..20a3654 100644 --- a/Friends.ui.qml +++ b/Friends.ui.qml @@ -5,6 +5,7 @@ import Bootstrap 5.3 Flickable { property string titleText: qsTr("Friends") + property alias list: list contentHeight: container.height + 28 ColumnLayout { -- cgit v1.2.3