Bug 439447

Summary: Make the items of the Places panel the same height as the items of the Places panel in the Dolphin
Product: [Applications] dolphin Reporter: popov895 <popov895>
Component: panels: placesAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: a.samirh78, kdelibs-bugs, kfm-devel, nate, popov895
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 22.04
Sentry Crash Report:
Attachments: Places panel: Dolphin vs KFileWidget

Description popov895 2021-07-03 16:21:41 UTC
Created attachment 139826 [details]
Places panel: Dolphin vs KFileWidget

SUMMARY

Currently, items in the Places panel of the KFileWidget have an extra padding and therefore differ in height from the elements of the Places panel in the Dolphin. It would be nice if these items have the same height.

SOFTWARE/OS VERSIONS

Operating System: openSUSE Tumbleweed 20210701
KDE Plasma Version: 5.22.2
KDE Frameworks Version: 5.83.0
Qt Version: 5.15.2
Graphics Platform: X11
Comment 1 Ahmad Samir 2021-07-09 17:16:13 UTC
One way would be for Dolphin to use the places model from KIO, currently it's using its own implementation.

https://phabricator.kde.org/T9795
Comment 2 popov895 2021-07-09 18:26:40 UTC
+1
Comment 3 Nate Graham 2022-01-23 03:54:25 UTC
Fixed by making them both use the same codebase in Dolphin 22.04!