Skip to content

Replace ServiceItemDelegate with standard Qt item delegate

Nicolas Fella requested to merge work/nico/delegate into kf6

We don't need a custom delegate here

Using the standard one from Qt also slightly improves margins

Needs !568 (merged) to work properly

Before:

dolphin_before

After:

dolphin_after

Merge request reports