[vlc-commits] Qt: aspectratio: use the same height as other buttons
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 22 00:24:56 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 22 00:24:55 2012 +0100| [8cef4081145f8dd4b3fc5cefb9ba995782a6a876] | committer: Jean-Baptiste Kempf
Qt: aspectratio: use the same height as other buttons
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cef4081145f8dd4b3fc5cefb9ba995782a6a876
---
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 8f996ee..9c3afc9 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