diff options
| author | Leo Treloar <[email protected]> | 2021-12-24 17:01:36 +1100 |
|---|---|---|
| committer | Leo Treloar <[email protected]> | 2021-12-24 17:07:54 +1100 |
| commit | e46e982dbd06d1fc44631e6b86a8b6107135306c (patch) | |
| tree | 949bc11c1a0baad1f2813f83655ac57d971d815d | |
| parent | b38d7150d99f4aa611e0b103bae2eef7b1d3171e (diff) | |
Change default value of MaximumTextLines to 3
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.
| -rw-r--r-- | src/settings/dolphin_iconsmodesettings.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphin_iconsmodesettings.kcfg b/src/settings/dolphin_iconsmodesettings.kcfg index 9b286d139..220dd8c42 100644 --- a/src/settings/dolphin_iconsmodesettings.kcfg +++ b/src/settings/dolphin_iconsmodesettings.kcfg @@ -42,7 +42,7 @@ </entry> <entry name="MaximumTextLines" type="Int"> <label>Maximum textlines (0 means unlimited)</label> - <default>0</default> + <default>3</default> </entry> </group> </kcfg> |
