]> git.sesse.net Git - vlc/commitdiff
Qt: Fix button in speed of subtitles.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 31 May 2009 14:19:31 +0000 (16:19 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 31 May 2009 14:20:17 +0000 (16:20 +0200)
"Adjustment and Effects, Synchronisation, Subtitles/Video, Speed of the subtitles, minus sign is not clickable" Spotted by Trax.

modules/gui/qt4/components/extended_panels.cpp

index e8feb49180266f9173f513acff6b9e2cc5db9e91..330d24cb99118f4f0ec69f4c122c006dffca365f 100644 (file)
@@ -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 );