From b44245dbdf1f286bc47529d2bebafbc454fcdd1a Mon Sep 17 00:00:00 2001 From: maximt <230060+maximt@users.noreply.github.com> Date: Wed, 3 May 2023 11:33:51 +0700 Subject: [PATCH] fix proper progress bar background color for current theme --- plasmoid/contents/ui/CompactRepresentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/contents/ui/CompactRepresentation.qml b/plasmoid/contents/ui/CompactRepresentation.qml index 0f4828b..b4b49f8 100644 --- a/plasmoid/contents/ui/CompactRepresentation.qml +++ b/plasmoid/contents/ui/CompactRepresentation.qml @@ -83,7 +83,7 @@ Item { height: miniProgressBar.height imagePath: "widgets/tasks" - prefix: ["progress", "hover"] + prefix: ["hover"] } } }