diff options
Diffstat (limited to 'data/org.mate.calc.gschema.xml.in')
-rw-r--r-- | data/org.mate.calc.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.calc.gschema.xml.in b/data/org.mate.calc.gschema.xml.in index e0b1792..37295c1 100644 --- a/data/org.mate.calc.gschema.xml.in +++ b/data/org.mate.calc.gschema.xml.in @@ -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="9"/> + <range min="0" max="15"/> <summary>Accuracy value</summary> <description>The number of digits displayed after the numeric point</description> </key> |