https://bugs.kde.org/show_bug.cgi?id=236350
Filip Fila <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/oxygen/-/commit/4df3c6ec | |8812efff7fd325b62b83ea93427 | |56f1e Version| |6.7.0 Fixed/Implemented| | In| | --- Comment #9 from Filip Fila <[email protected]> --- Git commit 4df3c6ec8812efff7fd325b62b83ea9342756f1e by Filip Fila. Committed on 22/05/2026 at 08:53. Pushed by filipf into branch 'Plasma/6.7'. kstyle: Don't draw a separator below settings windows headers Due to changes in `KPageView`, there is a separator line that gets unconditionally drawn below a setting's page's title (header) and on top of the page itself. This style of doing content separation with grids of separators is the Breeze way. Oxygen does content separation in various other ways and tends to avoid having a frame-y look. So this separator that gets drawn does not fit Oxygen's visual style. It was also never present in the KDE4 era, as can be seen in the screenshot attached to the bug report. To fix this, this patch makes Oxygen not render this specific culprit horizontal line. | Before | After | | ------ | ------ | | {width=758 height=600} | {width=747 height=600} | FIXED-IN: 6.7.0 (cherry picked from commit f19aadfd34cbfdad265dfcbb98bbbde4471f3dc9) bb9b792d kstyle: Don't draw a separator below settings windows headers Co-authored-by: Filip Fila <[email protected]> M +5 -0 kstyle/oxygenstyle.cpp https://invent.kde.org/plasma/oxygen/-/commit/4df3c6ec8812efff7fd325b62b83ea9342756f1e -- You are receiving this mail because: You are watching all bug changes.
