diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-08 12:41:29 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-08 12:41:29 +0800 |
commit | 19fb8c7865e2e506f36ee26ffb254878d20f93dc (patch) | |
tree | 5a1f21bf53a7c080e96c548b47f151b6648bec14 | |
parent | edf1c1db1a5655ebbbfc4e29d16ea4c1eb99d0ee (diff) |
Interface to the list of friends
-rw-r--r-- | Friends.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |