https://bugs.kde.org/show_bug.cgi?id=381065
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |6.8.0 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/c25f3 | |86261b86670ae12abcdfc62b2b4 | |db0fcef3 --- Comment #5 from Nate Graham <[email protected]> --- Git commit c25f386261b86670ae12abcdfc62b2b4db0fcef3 by Nate Graham, on behalf of Filip Fila. Committed on 09/07/2026 at 19:42. Pushed by ngraham into branch 'master'. PC3.Combobox: Don't hardcode popup styling Currently the `PlasmaComponents3.Combobox` uses custom styling for the popup. The issue lies with both of the two visual elements: - the popup background is a hardcoded `Kirigami.ShadowedRectangle`, which even has a slightly inconsistent look with Breeze. - the hover effect looks like it's falling back to some basic QtQuick styling, looking very different from Breeze styling and doesn't even always follow the accent color. This patch makes them use the Plasma theme's SVG for both elements instead. The popup is made to look the same as PC3.Menu (companion patch to !1546) . FIXED-IN: 6.8.0 M +51 -19 src/declarativeimports/plasmacomponents3/ComboBox.qml https://invent.kde.org/plasma/libplasma/-/commit/c25f386261b86670ae12abcdfc62b2b4db0fcef3 -- You are receiving this mail because: You are watching all bug changes.
