diff options
Diffstat (limited to 'Friends.ui.qml')
-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 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 { |