Commit 5bfcf59d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Small improvements on the TelX bar.

parent 12f8c376
......@@ -488,7 +488,10 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
QSpinBox *telexPage = new QSpinBox;
telexPage->setRange( 0, 999 );
telexPage->setValue( 100 );
telexPage->setAccelerated( true );
telexPage->setWrapping( true );
telexPage->setAlignment( Qt::AlignRight );
telexPage->setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Minimum );
telexLayout->addWidget( telexPage );
controlLayout->addWidget( telexFrame, 1, 10, 2, 3, Qt::AlignBottom );
......
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