controls: Remove time scale checkbox

This commit is contained in:
Mike Walters
2016-03-03 15:50:19 +00:00
parent 5c29d72e54
commit 570056460b

View File

@@ -56,10 +56,6 @@ SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent
powerMinSlider->setValue(-50);
layout->addRow(new QLabel(tr("Power min:")), powerMinSlider);
timeScaleCheckBox = new QCheckBox(widget);
timeScaleCheckBox->setCheckState(Qt::Checked);
layout->addRow(new QLabel(tr("time overlay:")), timeScaleCheckBox);
cursorFrequencyLabel = new QLabel();
layout->addRow(new QLabel(tr("Cursor frequency:")), cursorFrequencyLabel);