From 91f03ab07b894ef37864c9c5a1552b48b38f40ee Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 15 May 2007 20:24:56 +0000 Subject: some finetuning for the icons view: - rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView - assure that the grid spacing is respected - decrease default text width - allow having more than 1 text line doing a proper wrapping svn path=/trunk/KDE/kdebase/apps/; revision=665097 --- src/dolphin_iconsmodesettings.kcfg | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'src/dolphin_iconsmodesettings.kcfg') diff --git a/src/dolphin_iconsmodesettings.kcfg b/src/dolphin_iconsmodesettings.kcfg index 45d40d5e9..d01c11a14 100644 --- a/src/dolphin_iconsmodesettings.kcfg +++ b/src/dolphin_iconsmodesettings.kcfg @@ -26,13 +26,21 @@ false - - - K3Icon::SizeMedium + (KGlobalSettings::generalFont().pointSize() * 3) - - - - 128 + + + + K3Icon::SizeMedium + (QFontMetrics(KGlobalSettings::generalFont()).height() * 2) + 16 + + + + + 96 @@ -44,11 +52,7 @@ - 1 - - - - true + 2 -- cgit v1.3.1