[dolphin] [Bug 466796] Opening search sometimes messes up layout (sidebar sizes)

Ismael Asensio bugzilla_noreply at kde.org
Sat Mar 4 10:36:54 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=466796

Ismael Asensio <isma.af at 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.af at 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 on the CC list for the bug.


More information about the kfm-devel mailing list