Do not display the "........" bands indicators.

This commit is contained in:
Joe Taylor
2022-03-22 13:27:24 -04:00
parent be2ce2a6c4
commit 190dca5501
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ ActiveStations::ActiveStations(QSettings * settings, QFont const& font, QWidget
ui->RecentStationsPlainTextEdit->setReadOnly (true);
changeFont (font);
read_settings ();
ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts Bands");
ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts");
connect(ui->RecentStationsPlainTextEdit, SIGNAL(selectionChanged()), this, SLOT(select()));
}