Make the controls for PTT Port and CAT Port wide enough to display

unix-style names like "/dev/ttyUSB0", etc.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3325 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-06-04 12:24:32 +00:00
parent 08e22cda14
commit 1f86d76eca
2 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>548</width>
<height>468</height>
<height>521</height>
</rect>
</property>
<property name="maximumSize">
@ -145,7 +145,7 @@
</property>
<property name="minimumSize">
<size>
<width>80</width>
<width>100</width>
<height>0</height>
</size>
</property>
@ -291,13 +291,13 @@
</property>
<property name="minimumSize">
<size>
<width>80</width>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<width>100</width>
<height>16777215</height>
</size>
</property>
@ -542,7 +542,7 @@
</property>
<property name="minimumSize">
<size>
<width>90</width>
<width>100</width>
<height>0</height>
</size>
</property>
@ -677,7 +677,7 @@
</property>
<property name="minimumSize">
<size>
<width>90</width>
<width>100</width>
<height>0</height>
</size>
</property>
@ -854,7 +854,7 @@
</property>
<property name="minimumSize">
<size>
<width>90</width>
<width>100</width>
<height>0</height>
</size>
</property>
@ -978,7 +978,7 @@
</property>
<property name="minimumSize">
<size>
<width>90</width>
<width>100</width>
<height>0</height>
</size>
</property>

View File

@ -1,4 +1,4 @@
//-------------------------------------------------------------- MainWindow
//--------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"