Extended lower limit of spectrum reference level

This commit is contained in:
f4exb 2015-06-12 02:58:25 +02:00
parent ce60c0b53e
commit b269cca388
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ GLSpectrumGUI::GLSpectrumGUI(QWidget* parent) :
m_invert(true)
{
ui->setupUi(this);
for(int ref = 0; ref >= -95; ref -= 5)
for(int ref = 0; ref >= -110; ref -= 5)
ui->refLevel->addItem(QString("%1").arg(ref));
for(int range = 100; range >= 5; range -= 5)
ui->levelRange->addItem(QString("%1").arg(range));