Skip to content

Change default value of MaximumTextLines and add filename-only tooltip

Leo Treloar requested to merge ltrel/dolphin:maximum-lines-change into master

The previous default of allowing an unlimited number of text lines to be displayed in icon view can lead to very large, inconsistent, and unattractive gaps between rows. Capping this by default makes things look much neater. To ensure that the full names of files are still easily accessible, a small tooltip has been added that only displays filenames that have been elided.

Before: image

After: image

Edited by Leo Treloar

Merge request reports