3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-23 23:55:54 +00:00
Brooklyn/plasma/workspace/kcms/style/stylesettings.kcfg

32 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-03-05 22:41:29 +05:00
<?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="kdeglobals" />
<group name="KDE">
<entry name="widgetStyle" type="String">
<label>Application style</label>
<default>Breeze</default>
</entry>
<entry name="iconsOnButtons" key="ShowIconsOnPushButtons" type="Bool">
<label>Show icons on buttons</label>
<default>true</default>
</entry>
<entry name="iconsInMenus" key="ShowIconsInMenuItems" type="Bool">
<label>Show icons in menus</label>
<default>true</default>
</entry>
</group>
<group name="Toolbar style">
<entry name="toolButtonStyle" key="ToolButtonStyle" type="String">
<label>Main toolbar label</label>
<default>TextBesideIcon</default>
</entry>
<entry name="toolButtonStyleOtherToolbars" key="ToolButtonStyleOtherToolbars" type="String">
<label>Secondary toolbar label</label>
<default>TextBesideIcon</default>
</entry>
</group>
</kcfg>