Skip to content

Commit

Permalink
Remtote input: set remote frequency control to 9 digits. Complement to
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Oct 15, 2022
1 parent fa0be0d commit c638342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/samplesource/remoteinput/remoteinputgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 &)));

Expand Down

0 comments on commit c638342

Please sign in to comment.