Allow the QMAP main window to get a bit wider.

This commit is contained in:
Joe Taylor
2023-01-26 15:37:53 -05:00
parent 019529d293
commit 47a899465f
2 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -934,7 +934,7 @@ void MainWindow::guiUpdate()
QString t=QString::fromLatin1(decodes_.result[m_fetched]);
if(m_UTC0!="" and m_UTC0!=t.left(4)) {
t1="-";
ui->decodedTextBrowser->append(t1.repeated(46));
ui->decodedTextBrowser->append(t1.repeated(56));
}
m_UTC0=t.left(4);
ui->decodedTextBrowser->append(t.trimmed());