diff options
| author | Peter Penz <[email protected]> | 2007-03-14 20:56:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-14 20:56:16 +0000 |
| commit | 4dcb9b7a487ff1280fa4fd7a0d6566331ba31637 (patch) | |
| tree | 1b9afa08f19acc3171c24fa711a00e47a5206f3d /src/dolphin_iconsmodesettings.kcfg | |
| parent | ffcd3ed51435668b203ce58d34d2d625e9a7889d (diff) | |
Cleanup of iconview-settings dialog (no obsolete Q3 classes, ...) and fix broken zooming in icons view.
svn path=/trunk/KDE/kdebase/apps/; revision=642610
Diffstat (limited to 'src/dolphin_iconsmodesettings.kcfg')
| -rw-r--r-- | src/dolphin_iconsmodesettings.kcfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dolphin_iconsmodesettings.kcfg b/src/dolphin_iconsmodesettings.kcfg index b146d4eff..4915ef58b 100644 --- a/src/dolphin_iconsmodesettings.kcfg +++ b/src/dolphin_iconsmodesettings.kcfg @@ -28,7 +28,7 @@ </entry> <entry name="GridHeight" type="Int"> <label>Grid height</label> - <default code="true">96</default> + <default code="true">K3Icon::SizeMedium + (KGlobalSettings::generalFont().pointSize() * 6)</default> </entry> <entry name="GridWidth" type="Int"> <label>Grid width</label> @@ -36,6 +36,7 @@ </entry> <entry name="GridSpacing" type="Int"> <label>Grid spacing</label> + <default>8</default> </entry> <entry name="IconSize" type="Int"> <label>Icon size</label> @@ -51,7 +52,7 @@ </entry> <entry name="PreviewSize" type="Int"> <label>Preview size</label> - <default code="true">K3Icon::SizeLarge</default> + <default code="true">K3Icon::SizeHuge</default> </entry> </group> </kcfg>
\ No newline at end of file |
