┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/iconsmodesettings.kcfg
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-13 07:41:11 +0000
committerPeter Penz <[email protected]>2006-12-13 07:41:11 +0000
commit163fa7ce30c0bd1b18d0c750bf9358560c2db7af (patch)
treecf99237a8dd236324fa1fd7967712f861be0477b /src/iconsmodesettings.kcfg
parentcb2b58535bedacbec50b3dad9680b1fa4fe30a9e (diff)
Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases.
svn path=/trunk/playground/utils/dolphin/; revision=613029
Diffstat (limited to 'src/iconsmodesettings.kcfg')
-rw-r--r--src/iconsmodesettings.kcfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/iconsmodesettings.kcfg b/src/iconsmodesettings.kcfg
index 371e7cabf..574aa07a9 100644
--- a/src/iconsmodesettings.kcfg
+++ b/src/iconsmodesettings.kcfg
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
-<kcfg>
+<kcfg>
<kcfgfile name="dolphinrc"/>
<include>kiconloader.h</include>
<group name="IconsMode">
@@ -35,6 +35,10 @@
<label>Number of textlines</label>
<default>2</default>
</entry>
+ <entry name="Preview" type="Bool">
+ <label>Show preview</label>
+ <default>true</default>
+ </entry>
<entry name="PreviewSize" type="Int">
<label>Preview size</label>
<default code="true">K3Icon::SizeMedium</default>