Small fix in dialog box
This commit is contained in:
parent
5f8f9842e4
commit
81aa1caf9b
|
@ -30,7 +30,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDoubleSpinBox" name="doubleSpinBox_MaxSize"/>
|
||||
<widget class="QDoubleSpinBox" name="doubleSpinBox_MaxSize">
|
||||
<property name="maximum">
|
||||
<double>9999999.990000000223517</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user