[vlc-devel] commit: Fix alignment issue on teletext buttons... (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jun 21 07:37:28 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 20 19:50:24 2008 -0700| [dbce1bed8e286a346e4d57c2018e0ee784083cec]
Fix alignment issue on teletext buttons...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbce1bed8e286a346e4d57c2018e0ee784083cec
---
modules/gui/qt4/components/interface_widgets.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index f702181..f6bb133 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -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(),
More information about the vlc-devel
mailing list