blob: 3caa8b1fe8cdab0154e5cbf357c5e09db59d611f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0"?>
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/mate-volume-control/ui/window_height</key>
<applyto>/apps/mate-volume-control/ui/window_height</applyto>
<owner>mate-volume-control</owner>
<type>int</type>
<default>-1</default>
<locale name="C">
<short>Height of the Window</short>
<long>Height of the window to be displayed.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate-volume-control/ui/window_width</key>
<applyto>/apps/mate-volume-control/ui/window_width</applyto>
<owner>mate-volume-control</owner>
<type>int</type>
<default>500</default>
<locale name="C">
<short>Width of the Window</short>
<long>Width of the window to be displayed.</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|