Commit 77eed11e authored by Jean-Paul Saman's avatar Jean-Paul Saman

Set default vbi page in interface.

parent 3cdad01a
......@@ -475,8 +475,9 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
setupSmallButton( telexTransparent );
telexLayout->addWidget( telexTransparent );
QSpinBox *telexPage = new QSpinBox;
QSpinBox *telexPage = new QSpinBox();
telexPage->setRange( 0, 999 );
telexPage->setValue( 100 );
telexPage->setAlignment( Qt::AlignRight );
telexLayout->addWidget( telexPage );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment