Commit 3516986f authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

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

Showing with 3 additions and 0 deletions
+3 -0
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment