From ede2d8bd3b0a818c81858ef9d99d9c36414c15b8 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 4 Jun 2013 12:24:32 +0000 Subject: [PATCH] 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 --- devsetup.ui | 16 ++++++++-------- mainwindow.cpp | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devsetup.ui b/devsetup.ui index d9ef4ee46..8dd4514b5 100644 --- a/devsetup.ui +++ b/devsetup.ui @@ -7,7 +7,7 @@ 0 0 548 - 468 + 521 @@ -145,7 +145,7 @@ - 80 + 100 0 @@ -291,13 +291,13 @@ - 80 + 100 0 - 60 + 100 16777215 @@ -542,7 +542,7 @@ - 90 + 100 0 @@ -677,7 +677,7 @@ - 90 + 100 0 @@ -854,7 +854,7 @@ - 90 + 100 0 @@ -978,7 +978,7 @@ - 90 + 100 0 diff --git a/mainwindow.cpp b/mainwindow.cpp index b04bbfe7d..8b3cb3196 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"