https://bugs.kde.org/show_bug.cgi?id=518285
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|dad191bb92022631a2bba5675c9 |https://invent.kde.org/syst |a0aad2b1df5d8 |em/dolphin/-/commit/76f6eb0 | |7739290bd7e7a61946f51d7329f | |b75545 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Méven <[email protected]> --- Git commit 76f6eb07739290bd7e7a61946f51d7329fb75545 by Méven Car, on behalf of Filip Fila. Committed on 04/06/2026 at 08:52. Pushed by meven into branch 'master'. DolphinNavigatorsWidgetAction: Let non-Breeze QStyles style the non-toolbar navbar how they want Currently when Dolphin's location bar is moved from the main toolbar, it stops being a nice `FrameLineEdit` that QStyles can style as they please. That's because the current code is only adjusted for Breeze, which wants to fill the entire navbar frame with a plain rectangle. Unfortunately, non-Breeze styles suffer from bad looks because this Breeze design is applied for them too. In order to fix this, this MR restores the styling power back to QStyles by removing the rectangle, all the while keeping it for Breeze. | Before (Breeze) | After (Breeze) | | ------ | ------ | |{width=698 height=134} | {width=715 height=138} | | Before (Oxygen) | After (Oxygen) | | ------ | ------ | | {width=714 height=114} | {width=687 height=129} | | Before (MSWindows9x) | After (MSWindows9x) | | ------ | ------ | | {width=715 height=107} | {width=702 height=100} | | Before (Darkly) | After (Darkly) | | ------ | ------ | | {width=675 height=123} | {width=705 height=144} | | Before (Fusion) | After (Fusion) | | ------ | ------ | | {width=701 height=118} | {width=692 height=122} | | Before (Kvantum) | After (Kvantum) | | ------ | ------ | | {width=697 height=135} | {width=700 height=123} | FIXED-IN: M +6 -3 src/dolphinnavigatorswidgetaction.cpp https://invent.kde.org/system/dolphin/-/commit/76f6eb07739290bd7e7a61946f51d7329fb75545 -- You are receiving this mail because: You are watching all bug changes.
