]> git.sesse.net Git - vlc/commitdiff
- layout correction on WMII
authorAdrien Grand <jpountz@jpountz.net>
Sun, 9 Mar 2008 16:24:29 +0000 (17:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 9 Mar 2008 18:58:45 +0000 (11:58 -0700)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/main_interface.cpp

index ed4f42fbaac4c1552fd09ca810b34d743aec822c..697438d60309806ab6ea3ae7d75ad076fb33046f 100644 (file)
@@ -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 );