From 58b331b36be8c9b7242e7cee07fb3fb5caeeefef Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sun, 2 Oct 2016 01:14:35 +0000 Subject: [PATCH] Make RxFreq step size 10 Hz in MSK144 mode. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7138 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 508f4759f..b0100372e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4054,7 +4054,7 @@ void MainWindow::on_actionMSK144_triggered() ui->RxFreqSpinBox->setValue(1500); ui->RxFreqSpinBox->setMinimum(1400); ui->RxFreqSpinBox->setMaximum(1600); - ui->RxFreqSpinBox->setSingleStep(25); + ui->RxFreqSpinBox->setSingleStep(10); ui->decodedTextLabel->setText("UTC dB T Freq Message"); ui->decodedTextLabel2->setText("UTC dB T Freq Message"); m_modulator->setPeriod(m_TRperiod); // TODO - not thread safe