From d03b27f28850e25d087f946e3a5c99b21c76f359 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 10 May 2007 20:29:10 +0000 Subject: layout improvements in the icons view: * do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon) * increase the height for the text area if an additional information like type, date, ... is shown svn path=/trunk/KDE/kdebase/apps/; revision=663320 --- src/dolphin_iconsmodesettings.kcfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphin_iconsmodesettings.kcfg') diff --git a/src/dolphin_iconsmodesettings.kcfg b/src/dolphin_iconsmodesettings.kcfg index 4915ef58b..45d40d5e9 100644 --- a/src/dolphin_iconsmodesettings.kcfg +++ b/src/dolphin_iconsmodesettings.kcfg @@ -28,7 +28,7 @@ - K3Icon::SizeMedium + (KGlobalSettings::generalFont().pointSize() * 6) + K3Icon::SizeMedium + (KGlobalSettings::generalFont().pointSize() * 3) @@ -44,7 +44,7 @@ - 2 + 1 -- cgit v1.3.1