Small fix in dialog box

This commit is contained in:
jriegel 2013-04-30 08:23:24 +02:00
parent 5f8f9842e4
commit 81aa1caf9b

View File

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