Increased minimum size of Settings window

Several users  have reported missing parts  of the Settings UI  due to
the window starting up too small. This shouldn't be possible since the
Qt layout  manager should  expand the  window but  it doesn't  seem to
always get it right.

Merged from wsjtx-1.4 branch.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4627 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-11-22 02:16:48 +00:00
parent ac7e565f18
commit 856f1ecc77
1 changed files with 6 additions and 6 deletions

View File

@ -6,14 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>520</width>
<height>480</height>
<width>539</width>
<height>503</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>508</width>
<height>471</height>
<width>539</width>
<height>503</height>
</size>
</property>
<property name="windowTitle">
@ -1834,12 +1834,12 @@ soundcard changes</string>
</connection>
</connections>
<buttongroups>
<buttongroup name="TX_mode_button_group"/>
<buttongroup name="CAT_stop_bits_button_group"/>
<buttongroup name="split_mode_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="split_mode_button_group"/>
<buttongroup name="PTT_method_button_group"/>
<buttongroup name="TX_mode_button_group"/>
<buttongroup name="TX_audio_source_button_group"/>
</buttongroups>
</ui>