From 089b0906f2d537035e41ab96584c4610c986e061 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Mon, 8 May 2023 10:52:13 +0800 Subject: Set card BS mode explicitly --- Friends.ui.qml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.3