We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a975 commit 4637b01Copy full SHA for 4637b01
data/org.mate.calc.gschema.xml.in
@@ -21,7 +21,7 @@
21
<schema path="/org/mate/calc/" id="org.mate.calc" gettext-domain="mate-calc">
22
<key type="i" name="accuracy">
23
<default>9</default>
24
- <range min="0" max="9"/>
+ <range min="0" max="15"/>
25
<summary>Accuracy value</summary>
26
<description>The number of digits displayed after the numeric point</description>
27
</key>
data/preferences.ui
@@ -11,7 +11,7 @@
11
</columns>
12
</object>
13
<object class="GtkAdjustment" id="decimal_places_adjustment">
14
- <property name="upper">9</property>
+ <property name="upper">15</property>
15
<property name="step_increment">1</property>
16
<property name="page_increment">1</property>
17
0 commit comments