mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Extended lower limit of spectrum reference level
This commit is contained in:
parent
ce60c0b53e
commit
b269cca388
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user