Small fix in dialog box

This commit is contained in:
jriegel
2013-04-30 08:23:24 +02:00
parent 8fe2906295
commit e8476604d0

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>