Skip to content

Commit

Permalink
Merge pull request #474 from ourairquality/rtknavi-qt-mondlg-obs-code…
Browse files Browse the repository at this point in the history
…-width

rtknavi_qt mondlg: expand obs code widths
  • Loading branch information
JensReimann authored Sep 29, 2024
2 parents a15fc72 + fa2c7d0 commit 0197c13
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 0197c13

Please sign in to comment.