mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Merge pull request #1142 from srcejon/fix_1136
DATV Demod increase RF bandwidth to 50MHz
This commit is contained in:
commit
fce235b2bc
@ -248,7 +248,7 @@ DATVDemodGUI::DATVDemodGUI(PluginAPI* objPluginAPI, DeviceUISet *deviceUISet, Ba
|
||||
ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999);
|
||||
|
||||
ui->rfBandwidth->setColorMapper(ColorMapper(ColorMapper::GrayYellow));
|
||||
ui->rfBandwidth->setValueRange(true, 7, 0, 9999999);
|
||||
ui->rfBandwidth->setValueRange(true, 8, 0, 50000000);
|
||||
|
||||
m_objChannelMarker.blockSignals(true);
|
||||
m_objChannelMarker.setColor(Qt::magenta);
|
||||
|
@ -24,6 +24,7 @@
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Liberation Sans</family>
|
||||
<pointsize>9</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
@ -97,6 +98,7 @@
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Liberation Mono</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user