We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 684158d + 4b96bcd commit e3bac92Copy full SHA for e3bac92
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