mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Meshing: Fix space step maximum value to 9999.99 (m).
parent
7ecd98a5fb
commit
3516986ff2
|
|
@ -132,6 +132,9 @@
|
|||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
<item>
|
||||
<widget class="QDoubleSpinBox" name="doubleSpinBox_space_step">
|
||||
<property name="maximum">
|
||||
<double>9999.989999999999782</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>50.000000000000000</double>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in New Issue