]> git.sesse.net Git - vlc/commitdiff
Fix alignment issue on teletext buttons...
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 21 Jun 2008 02:50:24 +0000 (19:50 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 21 Jun 2008 02:50:24 +0000 (19:50 -0700)
modules/gui/qt4/components/interface_widgets.cpp

index f702181090df449418d58d316e726e1e7a090233..f6bb13349a8420fb0a39c16a39fd28b95acddcbc 100644 (file)
@@ -510,7 +510,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
     telexPage->setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Minimum );
     telexLayout->addWidget( telexPage );
 
-    controlLayout->addWidget( telexFrame, 1, 10, 2, 3, Qt::AlignBottom );
+    controlLayout->addWidget( telexFrame, 1, 10, 2, 4, Qt::AlignBottom );
     telexFrame->hide(); /* default hidden */
 
     CONNECT( telexPage, valueChanged( int ), THEMIM->getIM(),