https://bugs.kde.org/show_bug.cgi?id=466796
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |23.04 Latest Commit| |https://invent.kde.org/syst | |em/dolphin/commit/ba60b6ada | |3121389dcd4ee51aaa9067d681b | |187a Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Ismael Asensio <isma...@gmail.com> --- Git commit ba60b6ada3121389dcd4ee51aaa9067d681b187a by Ismael Asensio. Committed on 04/03/2023 at 10:30. Pushed by iasensio into branch 'master'. search: Prevent the search box from enlarging the view By default, the search filters widget calculates its `minimumSizeHint` as the sum of its components' minimum widths. This minimum width hint will scale up the widgets hierarchy, finally imposing a minimum width to the contents view, which in certain conditions can take the space from the side panels. Let's set a minimum width hint of 0, so it is the filters widget which always adapts to the available view size instead. FIXED-IN: 23.04 M +5 -0 src/search/dolphinfacetswidget.cpp M +2 -0 src/search/dolphinfacetswidget.h https://invent.kde.org/system/dolphin/commit/ba60b6ada3121389dcd4ee51aaa9067d681b187a -- You are receiving this mail because: You are watching all bug changes.