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:
parent
76bdd497a7
commit
59d6336edd
@ -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)
|
||||
{
|
||||
|
@ -448,7 +448,7 @@
|
||||
<widget class="QLabel" name="squelchText">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>34</width>
|
||||
<width>40</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user