Commit d28d1294 authored by Adrien Grand's avatar Adrien Grand Committed by Jean-Baptiste Kempf

- layout correction on WMII

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d4fc232a
......@@ -413,7 +413,7 @@ void MainInterface::handleMainUi( QSettings *settings )
config_GetInt( p_intf, "qt-blingbling" ) );
/* Add the controls Widget to the main Widget */
mainLayout->insertWidget( 0, controls );
mainLayout->insertWidget( 0, controls, 0, Qt::AlignBottom );
/* Create the Speed Control Widget */
speedControl = new SpeedControlWidget( p_intf );
......
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