Set a mainwindow minimum height.

This commit is contained in:
Joe Taylor 2020-11-16 10:37:09 -05:00
parent df2daf60bd
commit bbcc9419b4
1 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>805</width>
<height>637</height>
<height>584</height>
</rect>
</property>
<property name="sizePolicy">
@ -16,6 +16,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>584</height>
</size>
</property>
<property name="windowTitle">
<string>WSJT-X by K1JT</string>
</property>
@ -155,7 +161,7 @@
<item>
<widget class="DisplayText" name="decodedTextBrowser">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>10</verstretch>
</sizepolicy>