Commit 8cef4081 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: aspectratio: use the same height as other buttons

parent 956e357d
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment