diff options
Diffstat (limited to 'gst-mixer/mate-volume-control.schemas.in')
-rw-r--r-- | gst-mixer/mate-volume-control.schemas.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gst-mixer/mate-volume-control.schemas.in b/gst-mixer/mate-volume-control.schemas.in new file mode 100644 index 0000000..3caa8b1 --- /dev/null +++ b/gst-mixer/mate-volume-control.schemas.in @@ -0,0 +1,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> |