From 0835fd7b4d1825f3d8731fd8705891f9819eb6ac Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 3 Nov 2017 19:00:42 +0200 Subject: [PATCH] force show of panel background in !compositing --force the panel background showing when !compositing is active independent of the users choice concerning show/or not the panel background --- containment/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment/package/contents/ui/main.qml b/containment/package/contents/ui/main.qml index 24d14ad16..decf583a5 100644 --- a/containment/package/contents/ui/main.qml +++ b/containment/package/contents/ui/main.qml @@ -103,7 +103,7 @@ DragDrop.DropArea { //has been dropped from the Dock Configuration Window //property bool smallAutomaticIconJumps: plasmoid.configuration.smallAutomaticIconJumps property bool smallAutomaticIconJumps: true - property bool useThemePanel: noApplets === 0 ? true : plasmoid.configuration.useThemePanel + property bool useThemePanel: noApplets === 0 || !Latte.WindowSystem.compositingActive ? true : plasmoid.configuration.useThemePanel property alias hoveredIndex: layoutsContainer.hoveredIndex