1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 18:15:45 -05:00

NFM demod: fixed squelch display

This commit is contained in:
f4exb 2017-10-12 22:17:56 +02:00
parent 76bdd497a7
commit 59d6336edd
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ void NFMDemodGUI::displaySettings()
ui->squelchGate->setValue(m_settings.m_squelchGate);
ui->deltaSquelch->setChecked(m_settings.m_deltaSquelch);
ui->squelch->setValue(m_settings.m_squelch * 10.0);
ui->squelch->setValue(m_settings.m_squelch * 1.0);
if (m_settings.m_deltaSquelch)
{

View File

@ -448,7 +448,7 @@
<widget class="QLabel" name="squelchText">
<property name="minimumSize">
<size>
<width>34</width>
<width>40</width>
<height>0</height>
</size>
</property>