Skip to content

Commit

Permalink
rtknavi_qt mondlg: expand obs code widths
Browse files Browse the repository at this point in the history
to avoid excessive abbreviation.
  • Loading branch information
ourairquality committed Sep 29, 2024
1 parent 16ea494 commit fa2c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qtapp/rtknavi_qt/mondlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit fa2c7d0

Please sign in to comment.