When Dolphin window is not wide enough, the search box cropped on the right so you can't see some of the controls like "More Options" and "More Search Tools". They should better be "wrapped" to another row.
Thanks for reporting this bug! I can also reproduce this behavior with Dolphin 18.04.2, so I'll mark the report as CONFIRMED.
Git commit 54bd267eb96de135d2bf4cb91c6a16dffa0b012a by Elvis Angelaccio, on behalf of Ismael Asensio. Committed on 03/11/2019 at 22:00. Pushed by elvisangelaccio into branch 'master'. Get rid of search "More Options" toggle button Summary: With the new compact search filters (type/date/rating) it makes sense to show these options whenever available, and save some horizontal space on the main bar (specially for verbose languages). These options will be hidden nevertheless if the search is non-indexed or Baloo is disabled. For some nicer aesthetics D25029 should be also applied. Test Plan: Current: {F7681182} After: {F7687380} Along with D25029: {F7687385} Reviewers: elvisangelaccio, ngraham, #dolphin, #vdg Reviewed By: ngraham, #vdg Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D25057 M +0 -4 src/search/dolphin_searchsettings.kcfg M +5 -54 src/search/dolphinsearchbox.cpp M +1 -4 src/search/dolphinsearchbox.h https://commits.kde.org/dolphin/54bd267eb96de135d2bf4cb91c6a16dffa0b012a
Git commit 7949aee2d2528fb3adfc83d43799f1566e835466 by Ismael Asensio. Committed on 07/11/2019 at 00:51. Pushed by iasensio into branch 'master'. Make the search box more compact Summary: Reduce the spacing between widgets and remove the content margins on the extended search options to have a more compact and space-saving layout. Currently, some widgets are not even aligned. This will be even more important if we remove the toggle button for 'More Options'. Test Plan: BEFORE: {F7681182} AFTER: {F7681184} Reviewers: elvisangelaccio, ngraham, #dolphin, #vdg Reviewed By: elvisangelaccio, ngraham, #dolphin, #vdg Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D25028 M +1 -0 src/global.h M +1 -0 src/search/dolphinfacetswidget.cpp M +4 -0 src/search/dolphinsearchbox.cpp https://commits.kde.org/dolphin/7949aee2d2528fb3adfc83d43799f1566e835466
*** Bug 432034 has been marked as a duplicate of this bug. ***