From f292ca20f440fad9db54941bd3f3755b30926447 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 30 May 2021 11:45:27 -0400 Subject: [PATCH] panel: remove unnecessary color changes for header panel when quicksettings open --- containments/panel/package/contents/ui/main.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 5a12918c9..2ef449273 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -163,13 +163,6 @@ Item { showDropShadow: !showingApp } - // top panel background (background for the rest of the screen in SlidingPanel.qml) - Rectangle { - anchors.fill: parent - color: PlasmaCore.Theme.backgroundColor - opacity: 0.6 * Math.min(1, slidingPanel.offset/panelContents.height) - } - // initial swipe down MouseArea { z: 99 -- GitLab