https://bugs.kde.org/show_bug.cgi?id=522650
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/2733754 | |90e6d80a844a3e55f08afcf3044 | |23ccce Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Méven <[email protected]> --- Git commit 273375490e6d80a844a3e55f08afcf304423ccce by Méven Car, on behalf of Alessandro Chitarrini. Committed on 16/09/2026 at 07:31. Pushed by meven into branch 'master'. dolphinnavigatorswidgetaction: Don't let the Empty Trash button change the toolbar height The button is a flat QPushButton in the same layout as the url navigator and stays hidden until you enter trash:/. A hidden widget adds nothing to the layout height, but the button is taller than the navigator, so showing it grows the toolbar and pushes the window contents down by 2px with Breeze. Ignoring its vertical size hint leaves the row height to the url navigator. M +4 -0 src/dolphinnavigatorswidgetaction.cpp https://invent.kde.org/system/dolphin/-/commit/273375490e6d80a844a3e55f08afcf304423ccce -- You are receiving this mail because: You are watching all bug changes.
