1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

LimeSDR: GUI cosmetic changea

This commit is contained in:
f4exb
2018-03-14 19:52:54 +01:00
parent f75b45a1c1
commit 243235b75f
6 changed files with 27 additions and 12 deletions
@@ -351,9 +351,10 @@ void LimeSDRInputGUI::setNCODisplay()
false,
8,
-ncoHalfRange,
ncoHalfRange); // frequency dial is in kHz
ncoHalfRange);
ui->ncoFrequency->blockSignals(true);
ui->ncoFrequency->setToolTip(QString("NCO frequency shift in Hz (Range: +/- %1 kHz)").arg(ncoHalfRange/1000));
ui->ncoFrequency->setValue(m_settings.m_ncoFrequency);
ui->ncoFrequency->blockSignals(false);
}