mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-04 07:24:21 +01:00
cursors: Set more reasonable bit-count limits
This commit is contained in:
@@ -74,6 +74,8 @@ SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent
|
||||
layout->addRow(new QLabel(tr("Enable cursors:")), cursorsCheckBox);
|
||||
|
||||
cursorBitsSpinBox = new QSpinBox();
|
||||
cursorBitsSpinBox->setMinimum(1);
|
||||
cursorBitsSpinBox->setMaximum(9999);
|
||||
layout->addRow(new QLabel(tr("Bits:")), cursorBitsSpinBox);
|
||||
|
||||
timeSelectionFreqLabel = new QLabel();
|
||||
|
||||
Reference in New Issue
Block a user