From f261181120e8627eb2ae60c901a2fbed93312283 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 5 Nov 2008 19:37:51 +0000 Subject: Allow having a smaller text width for the icons view (Text size: "Small"), so that the same grid size can be achieved like in Konqueror for KDE 3. The default size for Dolphin will stay on "Medium". CCBUG: 174342 svn path=/trunk/KDE/kdebase/apps/; revision=880533 --- 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 07446aa74..a24cc9591 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -72,7 +72,7 @@ private: GridSpacingInc = 12, LeftToRightBase = 128, LeftToRightInc = 64, - TopToBottomBase = 64, + TopToBottomBase = 32, TopToBottomInc = 32 }; -- cgit v1.3.1