https://bugs.kde.org/show_bug.cgi?id=516495
Filip Fila <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/oxygen/-/commit/70011599 |ma/oxygen/-/commit/d6e0d62d |66af2e932d1aac99ebd5815e6c9 |5c3f7732992e8ce967098a80596 |48af7 |f2680 --- Comment #3 from Filip Fila <[email protected]> --- Git commit d6e0d62d5c3f7732992e8ce967098a80596f2680 by Filip Fila. Committed on 21/03/2026 at 17:51. Pushed by filipf into branch 'Plasma/6.6'. desktoptheme: Various fixes for Oxygen's panel Oxygen's panel had several issues: a dark gap on the bottom of floating panels, no support whatsoever for panel orientations, no support for margin separator, and containing a bunch of garbage layers inside the SVG, and on top of that it shrunk the application launcher icon. This patch reworks the panel SVG so that: the dark gap is smoothened, design is adjust based on each of the 4 panel orientations, it supports margin separator, the SVG is cleaned up. The rework also solves the issue of a tiny application launcher icon. | Before (SOUTH) | After (SOUTH)| | ------ | ------ | | {width=900 height=30} | {width=900 height=31} | | Before (NORTH) | After (NORTH)| | ------ | ------ | | {width=900 height=28} | {width=900 height=31} | | Before (EAST) | After (EAST)| | ------ | ------ | | {width=37 height=600} | {width=34 height=600} | | Before (WEST) | After (WEST)| | ------ | ------ | | {width=37 height=600} | {width=34 height=600} | (cherry picked from commit 7001159966af2e932d1aac99ebd5815e6c948af7) 377949a8 desktoptheme: Rework Oxygen's panel Co-authored-by: Filip Fila <[email protected]> M +2622 -1776 desktoptheme/oxygen/widgets/panel-background.svg https://invent.kde.org/plasma/oxygen/-/commit/d6e0d62d5c3f7732992e8ce967098a80596f2680 -- You are receiving this mail because: You are watching all bug changes.
