Some more GUI improvements.

This commit is contained in:
Uwe Risse 2023-06-25 11:13:02 +02:00
parent 46676e4715
commit fc135f8e03

View File

@ -1322,7 +1322,7 @@ When not checked you can view the calibration results.</string>
<item> <item>
<widget class="HintedSpinBox" name="sbFtol"> <widget class="HintedSpinBox" name="sbFtol">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -1635,6 +1635,9 @@ When not checked you can view the calibration results.</string>
<property name="toolTip"> <property name="toolTip">
<string>Maximum drift rate in units of symbol rate per transmission.</string> <string>Maximum drift rate in units of symbol rate per transmission.</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="prefix"> <property name="prefix">
<string>Max Drift </string> <string>Max Drift </string>
</property> </property>