Skip to content

Commit 4637b01

Browse files
vkarehlukefromdc
authored andcommitted
Increase accuracy range to 15
1 parent 187a975 commit 4637b01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/org.mate.calc.gschema.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<schema path="/org/mate/calc/" id="org.mate.calc" gettext-domain="mate-calc">
2222
<key type="i" name="accuracy">
2323
<default>9</default>
24-
<range min="0" max="9"/>
24+
<range min="0" max="15"/>
2525
<summary>Accuracy value</summary>
2626
<description>The number of digits displayed after the numeric point</description>
2727
</key>

data/preferences.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</columns>
1212
</object>
1313
<object class="GtkAdjustment" id="decimal_places_adjustment">
14-
<property name="upper">9</property>
14+
<property name="upper">15</property>
1515
<property name="step_increment">1</property>
1616
<property name="page_increment">1</property>
1717
</object>

0 commit comments

Comments
 (0)