https://bugs.kde.org/show_bug.cgi?id=516495
Filip Fila <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/oxygen/-/commit/70011599 | |66af2e932d1aac99ebd5815e6c9 | |48af7 Status|CONFIRMED |RESOLVED --- Comment #2 from Filip Fila <[email protected]> --- Git commit 7001159966af2e932d1aac99ebd5815e6c948af7 by Filip Fila. Committed on 21/03/2026 at 17:51. Pushed by filipf into branch 'master'. 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} | M +2622 -1776 desktoptheme/oxygen/widgets/panel-background.svg https://invent.kde.org/plasma/oxygen/-/commit/7001159966af2e932d1aac99ebd5815e6c948af7 -- You are receiving this mail because: You are watching all bug changes.
