1
0
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:
f4exb 2022-10-15 11:08:56 +02:00
parent fa0be0d569
commit c63834297a

View File

@ -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 &)));