[vlc-devel] commit: Qt: Fix button in speed of subtitles. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun May 31 16:20:57 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 31 16:19:31 2009 +0200| [9cef925682d9aa2f97cd368fb835324c86b786d5] | committer: Jean-Baptiste Kempf 

Qt: Fix button in speed of subtitles.

"Adjustment and Effects, Synchronisation, Subtitles/Video, Speed of the subtitles, minus sign is not clickable" Spotted by Trax.

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

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

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index e8feb49..330d24c 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -1339,7 +1339,7 @@ SyncControls::SyncControls( intf_thread_t *_p_intf, QWidget *_parent ) :
 
     QLabel *subSpeedLabel = new QLabel;
     subSpeedLabel->setText( qtr( "Speed of the subtitles:" ) );
-    subsLayout->addWidget( subSpeedLabel, 1, 0, 1, 3 );
+    subsLayout->addWidget( subSpeedLabel, 1, 0, 1, 1 );
 
     subSpeedSpin = new QDoubleSpinBox;
     subSpeedSpin->setAlignment( Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter );




More information about the vlc-devel mailing list