[vlc-devel] commit: - layout correction on WMII (Adrien Grand )

git version control git at videolan.org
Sun Mar 9 19:58:48 CET 2008


vlc | branch: master | Adrien Grand <jpountz at jpountz.net> | Sun Mar  9 17:24:29 2008 +0100| [d28d12946380cbbff3dae12e8303746bf67b154f]

- layout correction on WMII

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d28d12946380cbbff3dae12e8303746bf67b154f
---

 modules/gui/qt4/main_interface.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index ed4f42f..697438d 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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 );




More information about the vlc-devel mailing list