From 19fb8c7865e2e506f36ee26ffb254878d20f93dc Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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.3