diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
commit | 4ee2559eaaf2a94ac26c265517e9604a72729360 (patch) | |
tree | f24e3e3294c2b75819755289e592bf2e28e668c4 /gst-mixer/mate-volume-control.schemas.in | |
download | mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.bz2 mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.xz |
moved from Mate-Extra
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> |