1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Normalize device name displays

This commit is contained in:
f4exb
2015-10-01 05:44:33 +02:00
parent df2077caa7
commit 6d3f975124
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ RTLSDRGui::RTLSDRGui(PluginAPI* pluginAPI, QWidget* parent) :
{
ui->setupUi(this);
ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::ReverseGold));
ui->centerFrequency->setValueRange(7, 28500U, 1700000U);
ui->centerFrequency->setValueRange(7, 24000U, 1900000U);
connect(&m_updateTimer, SIGNAL(timeout()), this, SLOT(updateHardware()));
displaySettings();