Set spectrum default to log

pull/228/head
f4exb 2018-08-15 10:30:12 +02:00
rodzic 308204e652
commit 1c0e9010d9
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -4,8 +4,6 @@
**Check the discussion group** [here](https://groups.io/g/sdrangel)
**⚠ Warning**: Windows distribution is discontinued at version 4.0.0. This is the last version with a Windows build.
<h1>Source code</h1>
<h2>Repository branches</h2>

Wyświetl plik

@ -34,6 +34,7 @@ GLSpectrumGUI::GLSpectrumGUI(QWidget* parent) :
m_averagingNb(0)
{
ui->setupUi(this);
on_linscale_toggled(false);
ui->refLevel->clear();
for(int ref = 0; ref >= -110; ref -= 5)
ui->refLevel->addItem(QString("%1").arg(ref));