diff options
author | rbuj <[email protected]> | 2020-12-10 15:42:44 +0100 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2020-12-17 07:29:54 -0500 |
commit | 858a664996894c3e74586db06afa8f8d1ba0121a (patch) | |
tree | 872d62da411f4b4b46abe1f4d1eb585dd870c55b /multiload/data | |
parent | b3ef7cce4a6390eec5058d2308070fbe072ad8f4 (diff) | |
download | mate-applets-858a664996894c3e74586db06afa8f8d1ba0121a.tar.bz2 mate-applets-858a664996894c3e74586db06afa8f8d1ba0121a.tar.xz |
multiload: Use one callback for each of the spin buttons
Diffstat (limited to 'multiload/data')
-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> |