Skip to content
Verified Commit eb2fe693 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

systray: Fix applet's appearance on a desktop

All the sizing and positioning code in this SvgItem relies on assumption
that plasmoid's location would we strictly either one of four edge
types. So this patch ensures that this thin separator line is only
visible when this assumption is true. Otherwise its both width and
height get reset (by binding `undefined`), and SVG starts filling up
the whole available area, which leads to a visual glitch that looks
like a as grayed out or faded applet.

See also: plasma-desktop!576

BUG: 449535
parent 52cdb78e
Pipeline #133090 passed with stage
in 8 minutes and 5 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment