mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-23 12:48:49 -04:00
Remtote input: set remote frequency control to 9 digits. Complement to #1476
This commit is contained in:
parent
fa0be0d569
commit
c63834297a
@ -78,7 +78,7 @@ RemoteInputGui::RemoteInputGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
m_helpURL = "plugins/samplesource/remoteinput/readme.md";
|
||||
|
||||
ui->remoteDeviceFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
|
||||
ui->remoteDeviceFrequency->setValueRange(8, 0, 99999999);
|
||||
ui->remoteDeviceFrequency->setValueRange(9, 0, 999999999);
|
||||
|
||||
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(openDeviceSettingsDialog(const QPoint &)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user