Fixes issue #16

This commit is contained in:
Martin Brodbeck 2019-09-28 14:24:07 +02:00
parent fe9c69b88a
commit 52cff89735
1 changed files with 5 additions and 1 deletions

View File

@ -112,7 +112,11 @@
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="givenSpinBox"/>
<widget class="QDoubleSpinBox" name="givenSpinBox">
<property name="maximum">
<double>999.990000000000009</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">