From 089b0906f2d537035e41ab96584c4610c986e061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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.2.3