diff options
author | rbuj <[email protected]> | 2020-12-16 21:28:46 +0100 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2020-12-17 07:29:54 -0500 |
commit | c85a5cf5f08bee3706c0a450a971bfcdd2938a0d (patch) | |
tree | 9b9a238e4b0c4ee51bca59d0d6e41cf27170e68d /multiload/data/org.mate.panel.applet.multiload.gschema.xml.in | |
parent | 99d50b247e1ec9714ff5922cea60a29d1a864ff0 (diff) | |
download | mate-applets-c85a5cf5f08bee3706c0a450a971bfcdd2938a0d.tar.bz2 mate-applets-c85a5cf5f08bee3706c0a450a971bfcdd2938a0d.tar.xz |
multiload: use guint64 as data source for graphs
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 | 6 |
1 files changed, 3 insertions, 3 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 0fed6921..5fbc3cb8 100644 --- a/multiload/data/org.mate.panel.applet.multiload.gschema.xml.in +++ b/multiload/data/org.mate.panel.applet.multiload.gschema.xml.in @@ -99,17 +99,17 @@ <default>'#0000ff'</default> <summary>Indicator color</summary> </key> - <key name="netthreshold1" type="u"> + <key name="netthreshold1" type="t"> <range min="10" max="999999998"/> <default>1000000</default> <summary>Network threshold 1 in bytes</summary> </key> - <key name="netthreshold2" type="u"> + <key name="netthreshold2" type="t"> <range min="11" max="999999999"/> <default>10000000</default> <summary>Network threshold 2 in bytes</summary> </key> - <key name="netthreshold3" type="u"> + <key name="netthreshold3" type="t"> <range min="12" max="1000000000"/> <default>100000000</default> <summary>Network threshold 3 in bytes</summary> |