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/iconsviewsettingspage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iconsviewsettingspage.h') diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index 61e1bb900..817620e28 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -71,7 +71,7 @@ private: GridSpacingInc = 24, LeftToRightBase = 128, LeftToRightInc = 64, - TopToBottomBase = 96, + TopToBottomBase = 64, TopToBottomInc = 32 }; -- cgit v1.3.1