summaryrefslogtreecommitdiff
path: root/data/org.mate.calc.gschema.xml.in
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-01-30 13:06:08 -0500
committerlukefromdc <[email protected]>2019-01-30 20:55:48 +0000
commit4637b011e388dc489c629ef311a8e644548bd7e1 (patch)
treea414c214b3745be9b0db2e39525d4063187b755a /data/org.mate.calc.gschema.xml.in
parent187a975d0677111d27ba3c0045e2eaa7b9325e02 (diff)
downloadmate-calc-4637b011e388dc489c629ef311a8e644548bd7e1.tar.bz2
mate-calc-4637b011e388dc489c629ef311a8e644548bd7e1.tar.xz
Increase accuracy range to 15
Diffstat (limited to 'data/org.mate.calc.gschema.xml.in')
-rw-r--r--data/org.mate.calc.gschema.xml.in2
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>