forked from Qortal/Brooklyn
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<?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="Appearance">
|
|
<entry name="vertical_lookup_table" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="use_default_font" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="font" type="Font">
|
|
<default></default>
|
|
</entry>
|
|
<entry name="hiddenList" type="StringList">
|
|
<default></default>
|
|
</entry>
|
|
<entry name="scaleIconsToFit" type="bool">
|
|
<label>Whether to automatically scale System Tray icons to fix the available thickness of the panel. If false, tray icons will be capped at the smallMedium size (22px) and become a two-row/column layout when the panel is thick.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
</group>
|
|
|
|
</kcfg>
|