[vlc-devel] commit: Qt: lower a bit the default sound slider. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed May 20 18:53:57 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 19 20:10:14 2009 +0200| [e976edb9eb763e5db816d75c7fc8acf61eda76e9] | committer: Jean-Baptiste Kempf
Qt: lower a bit the default sound slider.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e976edb9eb763e5db816d75c7fc8acf61eda76e9
---
modules/gui/qt4/components/controller_widget.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/controller_widget.cpp b/modules/gui/qt4/components/controller_widget.cpp
index 26fdcfc..f9761a7 100644
--- a/modules/gui/qt4/components/controller_widget.cpp
+++ b/modules/gui/qt4/components/controller_widget.cpp
@@ -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" ) ) *
More information about the vlc-devel
mailing list