Commit 53456cf7 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

IC: Fix generator spinbox max size.

No related merge requests found
Pipeline #54971 passed with stages
in 8 minutes and 23 seconds
Showing with 6 additions and 2 deletions
+6 -2
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<number>3</number> <number>3</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<double>999.999000000000024</double> <double>999999.998999999952503</double>
</property> </property>
</widget> </widget>
</item> </item>
......
...@@ -27,7 +27,11 @@ ...@@ -27,7 +27,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QDoubleSpinBox" name="doubleSpinBox"/> <widget class="QDoubleSpinBox" name="doubleSpinBox">
<property name="maximum">
<double>999999.998999999952503</double>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>
......
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