diff options
-rw-r--r-- | Friends.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Friends.ui.qml b/Friends.ui.qml index a6a2428..0826066 100644 --- a/Friends.ui.qml +++ b/Friends.ui.qml @@ -46,6 +46,8 @@ Flickable { } } delegate: Card { + Bootstrap.mode: ApplicationWindow.window + .Bootstrap.mode width: list.width imageSource: image nameText: name |