From fa2c7d09e3710f498a417d274e4113f500a4b20a Mon Sep 17 00:00:00 2001 From: Our Air Quality Date: Fri, 27 Sep 2024 14:46:34 +1000 Subject: [PATCH] rtknavi_qt mondlg: expand obs code widths to avoid excessive abbreviation. --- app/qtapp/rtknavi_qt/mondlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qtapp/rtknavi_qt/mondlg.cpp b/app/qtapp/rtknavi_qt/mondlg.cpp index 795030c40..9354b19ac 100644 --- a/app/qtapp/rtknavi_qt/mondlg.cpp +++ b/app/qtapp/rtknavi_qt/mondlg.cpp @@ -996,7 +996,7 @@ void MonitorDialog::setObservations() header << label[i]; } for (i = 0; i < NFREQ + nex; i++) { - ui->tWConsole->setColumnWidth(j++, 22 * fontScale / 96); + ui->tWConsole->setColumnWidth(j++, 40 * fontScale / 96); header << (i < NFREQ ? tr("C%1").arg(i+1) : tr("CX%1").arg(i - NFREQ + 1)); } for (i = 0; i < NFREQ + nex; i++) {