You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, as hiding the default background hides the blur - an option to re-enable blur would be greatly appreciated for when custom coloring is applied.
Picture shown below to compare blur between transparent panel and blurred dolphin side-panel view.
(Would have created new bug, but this is already incredibly similar)
Additionally, as hiding the default background hides the blur - an option to re-enable blur would be greatly appreciated for when custom coloring is applied.
Hiding the panel background removes the blur, contrast, and shadow as they depend on the panel svg from the Plasma Style.
This is why the opacity was added, setting it to 0 does the trick (hiding unchecked), but since the shadow doesn't depend on the opacity it is still drawn, this what this issue is about.
Also note that in the main branch is now possible to use the custom panel background #50 or widget backgrounds #53 as the blur/contrast source (Original background hiding unchecked and with opacity set to 0):
Duplicate shadow:
Hiding the default background also removes the blur, setting its opacity doesn't hide the shadow, so an option that hides just the shadow is needed.
The text was updated successfully, but these errors were encountered: