diff options
author | mbkma <[email protected]> | 2020-03-05 13:06:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-08 21:40:41 +0100 |
commit | b0117b1d5ae73916c6f0d289be1f693bb5f46824 (patch) | |
tree | 4751c73751ed9951ae5a1c5b93f04c84593c6974 /data | |
parent | 91962719d06ce16d8bc3523872b83fae4d151e10 (diff) | |
download | mate-calc-b0117b1d5ae73916c6f0d289be1f693bb5f46824.tar.bz2 mate-calc-b0117b1d5ae73916c6f0d289be1f693bb5f46824.tar.xz |
Port to GNU MPFR/MPC Library
For further information please visit:
https://www.mpfr.org/
http://www.multiprecision.org/mpc
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> |