From 83fd77d8aa6a8a8969f8c2262d87a3cabb0cb3be Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 20 Feb 2018 21:30:31 +0000 Subject: [PATCH] Align the text in tx status label. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8516 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 3d603085a..f51b7755a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3462,6 +3462,7 @@ void MainWindow::guiUpdate() logQSOTimer.start (0); } } + bool b=(m_mode=="FT8") and ui->cbAutoSeq->isChecked() and ui->cbFirst->isChecked(); if(is_73 and (m_config.disable_TX_on_73() or b)) { auto_tx_mode (false); @@ -3644,7 +3645,7 @@ void MainWindow::guiUpdate() QString t{QString::fromLatin1(s)}; // if(m_mode=="FT8" and m_i3bit==1) t="Tx: RR73 NOW " + t.mid(4); // if(m_mode=="FT8" and m_i3bit==2) t="Tx: NIL NOW " + t.mid(4); - tx_status_label.setText(t); + tx_status_label.setText(t.trimmed()); } } } else if(m_monitoring) {