Fixes issue #16
This commit is contained in:
parent
fe9c69b88a
commit
52cff89735
1 changed files with 5 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue