mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Add 300 and 400 Hz to the list of available FTol values for FST4.
This commit is contained in:
parent
2dcde590df
commit
2a1ef287a6
@ -6506,7 +6506,7 @@ void MainWindow::switch_mode (Mode mode)
|
||||
ui->rptSpinBox->setSingleStep(1);
|
||||
ui->rptSpinBox->setMinimum(-50);
|
||||
ui->rptSpinBox->setMaximum(49);
|
||||
ui->sbFtol->values ({1, 2, 5, 10, 20, 50, 100, 200, 500, 1000});
|
||||
ui->sbFtol->values ({1, 2, 5, 10, 20, 50, 100, 200, 300, 400, 500, 1000});
|
||||
ui->sbFST4W_FTol->values({1, 2, 5, 10, 20, 50, 100});
|
||||
if(m_mode=="MSK144") {
|
||||
ui->RxFreqSpinBox->setMinimum(1400);
|
||||
|
Loading…
Reference in New Issue
Block a user