diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-08 10:52:13 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-05-08 10:52:13 +0800 |
commit | 089b0906f2d537035e41ab96584c4610c986e061 (patch) | |
tree | 08d587ed6b062ef2109aa18a9fb0b8ec815de3c6 | |
parent | 73028d31a1886b2c22a80d91a8482852fd554630 (diff) |
Set card BS mode explicitly
-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 |