]> git.sesse.net Git - vlc/commitdiff
Fix a small layout issue
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Apr 2008 19:56:35 +0000 (12:56 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Apr 2008 19:56:35 +0000 (12:56 -0700)
Please see these captures
http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture15.png (buggy)
http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture14.png (no bug)

modules/gui/qt4/components/interface_widgets.cpp

index ad978a0554d94410b44047c7b0ab1e6165d38dae..b66beeaff5fc5ad1b9140e81917440276a5c76f4 100644 (file)
@@ -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" );