8c4d695907
The usage has always been questionable as the thumbnails are too small to properly recognize something. Now BoxSwitch Effect has reach its end of life which would have required to keep most of the code just for this thumbnail bar. If required it would be better to integrate the normal QML based TabBox to be rendered together with an effect. BUG: 296070 FIXED-IN: 4.11.0
42 lines
1.5 KiB
XML
42 lines
1.5 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="kwinrc"/>
|
|
<group name="Effect-CoverSwitch">
|
|
<entry name="Duration" type="UInt">
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="AnimateSwitch" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="AnimateStart" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="AnimateStop" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="Reflection" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="MirrorFrontColor" type="Color">
|
|
<default code="true">QColor(0, 0, 0)</default>
|
|
</entry>
|
|
<entry name="MirrorRearColor" type="Color">
|
|
<default code="true">QColor(0, 0, 0)</default>
|
|
</entry>
|
|
<entry name="WindowTitle" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="zPosition" type="UInt">
|
|
<default>900</default>
|
|
</entry>
|
|
<entry name="TabBox" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="TabBoxAlternative" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|