https://bugs.kde.org/show_bug.cgi?id=449535
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |eb2fe693020f8767ecc22a15087 | |01506a4eb9f4f Resolution|--- |FIXED --- Comment #7 from ratijas <m...@ratijas.tk> --- Git commit eb2fe693020f8767ecc22a1508701506a4eb9f4f by ivan tkachenko. Committed on 04/02/2022 at 04:29. Pushed by ngraham into branch 'master'. 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: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/576 M +3 -0 applets/systemtray/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/commit/eb2fe693020f8767ecc22a1508701506a4eb9f4f -- You are receiving this mail because: You are watching all bug changes.