We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b998f commit 4b96bcdCopy full SHA for 4b96bcd
1 file changed
src/spectrogramcontrols.cpp
@@ -78,7 +78,7 @@ SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent
78
79
cursorSymbolsSpinBox = new QSpinBox();
80
cursorSymbolsSpinBox->setMinimum(1);
81
- cursorSymbolsSpinBox->setMaximum(9999);
+ cursorSymbolsSpinBox->setMaximum(99999);
82
layout->addRow(new QLabel(tr("Symbols:")), cursorSymbolsSpinBox);
83
84
rateLabel = new QLabel();
0 commit comments