blob: 4725ec94a4abf21d14e85e1c514c2cd2b7883e33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<schemalist>
<schema id="org.gnome.yelp" path="/org/gnome/yelp">
<key name="show-cursor" type="b">
<default>false</default>
</key>
<key name="font-adjustment" type="i">
<default>0</default>
<range>
<min>-3</min>
<max>10</max>
</range>
</key>
</schema>
</schemalist>
|