]> git.sesse.net Git - vlc/commitdiff
Qt: lower a bit the default sound slider.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 19 May 2009 18:10:14 +0000 (20:10 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 19 May 2009 18:25:17 +0000 (20:25 +0200)
modules/gui/qt4/components/controller_widget.cpp

index 26fdcfc6aff27dcde85f52684e660f71a0dd4eb9..f9761a78808a7a817090805d97a9e6761799eab5 100644 (file)
@@ -107,7 +107,7 @@ SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf,
     if( b_special )
         subLayout->addWidget( volumeSlider );
     else
-        layout->addWidget( volumeSlider );
+        layout->addWidget( volumeSlider, 0, Qt::AlignBottom  );
 
     /* Set the volume from the config */
     volumeSlider->setValue( ( config_GetInt( p_intf, "volume" ) ) *