vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 );

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to