diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.calc.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.calc.gschema.xml b/data/org.mate.calc.gschema.xml index 507af68..34b17c3 100644 --- a/data/org.mate.calc.gschema.xml +++ b/data/org.mate.calc.gschema.xml @@ -21,7 +21,7 @@ <schema path="/org/mate/calc/" id="org.mate.calc" gettext-domain="mate-calc"> <key type="i" name="accuracy"> <default>9</default> - <range min="0" max="15"/> + <range min="0" max="100"/> <summary>Accuracy value</summary> <description>The number of digits displayed after the numeric point</description> </key> |