You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.7 KiB
XML
57 lines
1.7 KiB
XML
8 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
||
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
||
|
<kcfgfile name=""/>
|
||
|
|
||
|
<group name="General">
|
||
|
<entry name="appletOrder" type="String">
|
||
|
<label>encoded order of items</label>
|
||
|
</entry>
|
||
|
<entry name="lockedZoomApplets" type="String">
|
||
|
<label>applets that lock the zoom effect</label>
|
||
|
</entry>
|
||
|
<entry name="panelPosition" type="Enum">
|
||
|
<choices>
|
||
|
<choice name="Center"/>
|
||
|
<choice name="Left"/>
|
||
|
<choice name="Right"/>
|
||
|
<choice name="Top"/>
|
||
|
<choice name="Bottom"/>
|
||
|
</choices>
|
||
|
<default>0</default>
|
||
|
</entry>
|
||
|
<entry name="zoomLevel" type="Int">
|
||
|
<default>10</default>
|
||
|
</entry>
|
||
|
<entry name="iconSize" type="Int">
|
||
|
<default>64</default>
|
||
|
</entry>
|
||
|
<entry name="useThemePanel" type="Bool">
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="panelSize" type="Int">
|
||
|
<default>58</default>
|
||
|
</entry>
|
||
|
<entry name="automaticIconSize" type="Bool">
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="smallAutomaticIconJumps" type="Bool">
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="splitterPosition" type="Int">
|
||
|
<default>-1</default>
|
||
|
</entry>
|
||
|
<entry name="shadows" type="Enum">
|
||
|
<label>Shadows for the applets</label>
|
||
|
<choices>
|
||
|
<choice name="None"/>
|
||
|
<choice name="Locked"/>
|
||
|
<choice name="All"/>
|
||
|
</choices>
|
||
|
<default>1</default>
|
||
|
</entry>
|
||
|
</group>
|
||
|
</kcfg>
|