┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin_iconsmodesettings.kcfg
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-10 20:29:10 +0000
committerPeter Penz <[email protected]>2007-05-10 20:29:10 +0000
commitd03b27f28850e25d087f946e3a5c99b21c76f359 (patch)
tree27cf913e6d10347df34f7172f4a128bd6246835b /src/dolphin_iconsmodesettings.kcfg
parent6ab84fbd6129422dfa59c095087c7ceb1a9e1e50 (diff)
layout improvements in the icons view:
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon) * increase the height for the text area if an additional information like type, date, ... is shown svn path=/trunk/KDE/kdebase/apps/; revision=663320
Diffstat (limited to 'src/dolphin_iconsmodesettings.kcfg')
-rw-r--r--src/dolphin_iconsmodesettings.kcfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphin_iconsmodesettings.kcfg b/src/dolphin_iconsmodesettings.kcfg
index 4915ef58b..45d40d5e9 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">K3Icon::SizeMedium + (KGlobalSettings::generalFont().pointSize() * 6)</default>
+ <default code="true">K3Icon::SizeMedium + (KGlobalSettings::generalFont().pointSize() * 3)</default>
</entry>
<entry name="GridWidth" type="Int">
<label>Grid width</label>
@@ -44,7 +44,7 @@
</entry>
<entry name="NumberOfTextlines" type="Int">
<label>Number of textlines</label>
- <default>2</default>
+ <default>1</default>
</entry>
<entry name="Preview" type="Bool">
<label>Show preview</label>