mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 19:32:52 +00:00
15 lines
566 B
Text
15 lines
566 B
Text
![]() |
<?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 />
|
||
|
<include>QApplication</include>
|
||
|
<group name="General">
|
||
|
<entry key="desktopFont" type="Font">
|
||
|
<label>The font to use on the desktop</label>
|
||
|
<default code="true">qApp->font()</default>
|
||
|
</entry>
|
||
|
</group>
|
||
|
</kcfg>
|