mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
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
This commit is contained in:
parent
a2a49d5b22
commit
83fd77d8aa
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user