[vlc-commits] Qt: aspectratio: use the same height as other buttons

Jean-Baptiste Kempf git at videolan.org
Wed Feb 22 01:06:06 CET 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 22 00:24:55 2012 +0100| [fafbf575e767e6514c782436efa26cb94fef42a1] | committer: Jean-Baptiste Kempf

Qt: aspectratio: use the same height as other buttons
(cherry picked from commit 8cef4081145f8dd4b3fc5cefb9ba995782a6a876)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index a98c241..f42a976 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -467,6 +467,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int options )
         break;
     case ASPECT_RATIO_COMBOBOX:
         widget = new AspectRatioComboBox( p_intf );
+        widget->setMinimumHeight( 26 );
         break;
     case SPEED_LABEL:
         widget = new SpeedLabel( p_intf, this );



More information about the vlc-commits mailing list