Better size policy for the "F Tol" spinner control.

This commit is contained in:
Joe Taylor 2023-03-13 09:54:46 -04:00
parent bc9d786cca
commit b8b0b73145

View File

@ -1293,14 +1293,14 @@ When not checked you can view the calibration results.</string>
<item> <item>
<widget class="QPushButton" name="pbR2T"> <widget class="QPushButton" name="pbR2T">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>35</width> <width>15</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -1317,6 +1317,12 @@ When not checked you can view the calibration results.</string>
</item> </item>
<item> <item>
<widget class="HintedSpinBox" name="sbFtol"> <widget class="HintedSpinBox" name="sbFtol">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Frequency tolerance (Hz)</string> <string>Frequency tolerance (Hz)</string>
</property> </property>
@ -1340,14 +1346,14 @@ When not checked you can view the calibration results.</string>
<item> <item>
<widget class="QPushButton" name="pbT2R"> <widget class="QPushButton" name="pbT2R">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>35</width> <width>15</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>