Fine tuning main window width for macOS

This commit is contained in:
Bill Somerville 2021-10-23 00:37:14 +01:00
parent ffe11cbb81
commit d9bdac6bd1
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 3 additions and 15 deletions

View File

@ -552,7 +552,7 @@
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_5" rowstretch="1,0,0" columnstretch="0,0,1,5,0">
<layout class="QGridLayout" name="gridLayout_5" rowstretch="1,0,0" columnstretch="0,0,1,4,0">
<item row="0" column="1" alignment="Qt::AlignHCenter|Qt::AlignVCenter">
<widget class="QPushButton" name="readFreq">
<property name="enabled">
@ -1283,16 +1283,10 @@ When not checked you can view the calibration results.</string>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
<property name="toolTip">
<string>Set Tx frequency to Rx Frequency</string>
</property>
@ -1336,16 +1330,10 @@ When not checked you can view the calibration results.</string>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
<property name="toolTip">
<string>Set Rx frequency to Tx Frequency</string>
</property>