diff options
| author | Peter Penz <[email protected]> | 2008-11-05 19:37:51 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-11-05 19:37:51 +0000 |
| commit | f261181120e8627eb2ae60c901a2fbed93312283 (patch) | |
| tree | 13eab4cffb1819b5ecb31a6f5005944546ed83d7 /src/iconsviewsettingspage.h | |
| parent | f2aae09edd023bb0bb4e56e6662bc0afc9550e54 (diff) | |
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
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |
