Geometry: Meshing: Fix space step maximum value to 9999.99 (m).

setup.py
Pierre-Antoine Rouby 2024-04-16 10:12:15 +02:00
parent 7ecd98a5fb
commit 3516986ff2
1 changed files with 3 additions and 0 deletions

View File

@ -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>