[vlc-commits] Qt, align the volume mute control with the bottom

Jean-Baptiste Kempf git at videolan.org
Fri Apr 22 00:33:35 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr 22 00:06:16 2011 +0200| [d0206dc4df860eb7890776140939628f23a5e105] | committer: Jean-Baptiste Kempf

Qt, align the volume mute control with the bottom

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

 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 3432025..8411b18 100644
--- a/modules/gui/qt4/components/controller_widget.cpp
+++ b/modules/gui/qt4/components/controller_widget.cpp
@@ -79,7 +79,7 @@ SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf,
     }
 
     /* And add the label */
-    layout->addWidget( volMuteLabel );
+    layout->addWidget( volMuteLabel, 0, Qt::AlignBottom );
 
     /* Slider creation: shiny or clean */
     if( b_shiny )



More information about the vlc-commits mailing list