From da85481f490c5ff3165c6b9b41cc54845446ebd0 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Thu, 16 Nov 2023 21:38:02 -0800 Subject: [PATCH] homescreens/folio: Fix running app indicator position --- .../folio/package/contents/ui/delegate/AppDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/homescreens/folio/package/contents/ui/delegate/AppDelegate.qml b/containments/homescreens/folio/package/contents/ui/delegate/AppDelegate.qml index d02d5d94..ccdf65d9 100644 --- a/containments/homescreens/folio/package/contents/ui/delegate/AppDelegate.qml +++ b/containments/homescreens/folio/package/contents/ui/delegate/AppDelegate.qml @@ -96,7 +96,7 @@ AbstractDelegate { anchors { horizontalCenter: parent.horizontalCenter bottom: parent.bottom - bottomMargin: Kirigami.Units.smallSpacing + bottomMargin: -Kirigami.Units.smallSpacing } visible: root.application.running radius: width