GUI: Set default value of FEC mult to 1

This commit is contained in:
Martin Piatka
2018-08-24 12:01:32 +02:00
parent 1bfa6d09f2
commit bc56d31aa3

View File

@@ -35,6 +35,12 @@
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
@@ -427,6 +433,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
</layout>