Bug 436114 - Enhancement: in the left panel of Dolphin settings, make the list view more compact like in System Settings
Summary: Enhancement: in the left panel of Dolphin settings, make the list view more c...
Status: RESOLVED INTENTIONAL
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 20.12.3
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-24 06:02 UTC by Lua
Modified: 2021-04-28 23:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
dolphin settings and system settings (206.49 KB, image/jpeg)
2021-04-24 06:02 UTC, Lua
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lua 2021-04-24 06:02:17 UTC
Created attachment 137858 [details]
dolphin settings and system settings

SUMMARY


STEPS TO REPRODUCE
Open Dolphin settings.

OBSERVED RESULT
Currently, the icons in the left panel are unnecessarily big and the default window size even hides the last option, user feedback. 

EXPECTED RESULT
Small icons with text next to them would be better to save space, create less clutter and to align with System Settings, which uses this compact way, as I described, in the left panel.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-16-generic

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2021-04-24 14:29:22 UTC
This is a deliberate style thing. If we made it look like System Settings, with skinny list items, 90% of the vertical space in the sidebar would be empty, and people would complain about "wasted space". So we use big list items for lists without a lot of items in this to provide bigger click targets and consume more of the space we're asking for.
Comment 2 Lua 2021-04-28 05:50:19 UTC
Understood
Comment 3 Lua 2021-04-28 06:10:45 UTC
Maybe Dolphin settings could be added to System Settings. This changed happened for KRunner settings:
https://bugs.kde.org/show_bug.cgi?id=433101
Comment 4 Nate Graham 2021-04-28 16:18:00 UTC
KRunner settings always lived in system settings, which makes sense since KRunner is a systemwide service, and the options there affect other KRunner-provided searches, such as the one in Kickoff.

Dolphin by contrast is a standalone application, so it makes sense for its settings window to remain in the app itself, as all other app settings windows are.
Comment 5 Lua 2021-04-28 23:09:54 UTC
Understood. Thanks for the info