Skip to content

Commit b177bda

Browse files
committed
Closes #1444
1 parent c451a6f commit b177bda

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/Interface/Modules/Fields/ExtractSimpleIsosurface.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
<item row="0" column="1">
4747
<widget class="QDoubleSpinBox" name="singleDoubleSpinBox_">
4848
<property name="decimals">
49-
<number>2</number>
49+
<number>10</number>
50+
</property>
51+
<property name="minimum">
52+
<double>-999999999.000000000000000</double>
5053
</property>
5154
<property name="maximum">
5255
<double>999999999.000000000000000</double>

src/Interface/Modules/Fields/SetFieldDataToConstantValue.ui

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,13 @@
133133
<item row="2" column="2">
134134
<widget class="QDoubleSpinBox" name="valueSpinBox_">
135135
<property name="decimals">
136-
<number>4</number>
136+
<number>10</number>
137+
</property>
138+
<property name="minimum">
139+
<double>-999999999.000000000000000</double>
137140
</property>
138141
<property name="maximum">
139-
<double>1000000.000000000000000</double>
142+
<double>999999999.000000000000000</double>
140143
</property>
141144
<property name="singleStep">
142145
<double>0.100000000000000</double>

0 commit comments

Comments
 (0)