Commit db6118f1 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: teletext range (fix #11090)

parent 4e4d126b
...@@ -607,7 +607,7 @@ QFrame *AbstractController::telexFrame() ...@@ -607,7 +607,7 @@ QFrame *AbstractController::telexFrame()
/* Page setting */ /* Page setting */
QSpinBox *telexPage = new QSpinBox( telexFrame ); QSpinBox *telexPage = new QSpinBox( telexFrame );
telexPage->setRange( 0, 999 ); telexPage->setRange( 100, 899 );
telexPage->setValue( 100 ); telexPage->setValue( 100 );
telexPage->setAccelerated( true ); telexPage->setAccelerated( true );
telexPage->setWrapping( true ); telexPage->setWrapping( true );
......
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