[vlc-devel] commit: Fix a small layout issue (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Apr 6 21:57:08 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr  6 12:56:35 2008 -0700| [393ae790649d0d5b6ab6b0ac4a440558ae829dbe]

Fix a small layout issue
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)

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

 modules/gui/qt4/components/interface_widgets.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index ad978a0..b66beea 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -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" );




More information about the vlc-devel mailing list