mirror of https://gitlab.com/pamhyr/pamhyr2
IC: Fix generator spinbox max size.
parent
1cbdda1ec5
commit
53456cf7fa
|
|
@ -32,7 +32,7 @@
|
|||
<number>3</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>999.999000000000024</double>
|
||||
<double>999999.998999999952503</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDoubleSpinBox" name="doubleSpinBox"/>
|
||||
<widget class="QDoubleSpinBox" name="doubleSpinBox">
|
||||
<property name="maximum">
|
||||
<double>999999.998999999952503</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue