diff options
Diffstat (limited to 'multiload/data/org.mate.panel.applet.multiload.gschema.xml.in')
-rw-r--r-- | multiload/data/org.mate.panel.applet.multiload.gschema.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multiload/data/org.mate.panel.applet.multiload.gschema.xml.in b/multiload/data/org.mate.panel.applet.multiload.gschema.xml.in index 01e6658d..0fed6921 100644 --- a/multiload/data/org.mate.panel.applet.multiload.gschema.xml.in +++ b/multiload/data/org.mate.panel.applet.multiload.gschema.xml.in @@ -29,7 +29,8 @@ <default>500</default> <summary>Applet refresh rate in milliseconds</summary> </key> - <key name="size" type="i"> + <key name="size" type="u"> + <range min="10" max="1000"/> <default>40</default> <summary>Graph size</summary> <description>For horizontal panels, the width of the graphs in pixels. For vertical panels, this is the height of the graphs.</description> |