Commit 393ae790 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
parent c71376ba
......@@ -280,6 +280,7 @@ AdvControlsWidget::AdvControlsWidget( intf_thread_t *_p_i ) :
QHBoxLayout *advLayout = new QHBoxLayout( this );
advLayout->setMargin( 0 );
advLayout->setSpacing( 0 );
advLayout->setAlignment( Qt::AlignBottom );
/* A to B Button */
ABButton = new QPushButton( "AB" );
......
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