<div dir="auto">My bad. I forgot to remove them. Let me send again. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 29, 2019, 9:03 PM Pierre Lamot <<a href="mailto:pierre@videolabs.io">pierre@videolabs.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2019-07-29 12:54, Rohan Rajpal wrote:<br>
> Add generic combobox sizes.<br>
> ---<br>
>  modules/gui/qt/qml/style/VLCStyle.qml | 11 +++++++++++<br>
>  1 file changed, 11 insertions(+)<br>
> <br>
> diff --git a/modules/gui/qt/qml/style/VLCStyle.qml<br>
> b/modules/gui/qt/qml/style/VLCStyle.qml<br>
> index bf0ca04933..961ea6da39 100644<br>
> --- a/modules/gui/qt/qml/style/VLCStyle.qml<br>
> +++ b/modules/gui/qt/qml/style/VLCStyle.qml<br>
> @@ -97,12 +97,23 @@ Item {<br>
>      property int widthSearchInput: 200 * scale;<br>
>      property int widthSortBox: 150 * scale;<br>
>      property int widthTeletext: 280 * scale;<br>
> +    property int widthAspectRatio: 100 * scale;<br>
> +    property int heightAspectRatio: 22 * scale;<br>
<br>
those, doesn't seems to be used.<br>
<br>
>      property int heightInput: 22 * scale;<br>
> <br>
>      property int selectedBorder: 2<br>
> <br>
>      property int miniPlayerHeight: 60 * scale;<br>
> <br>
> +    //combobox<br>
> +    property int combobox_width_small: 64 * scale<br>
> +    property int combobox_width_normal: 96 * scale<br>
> +    property int combobox_width_large: 128 * scale<br>
> +<br>
> +    property int combobox_height_small: 16 * scale<br>
> +    property int combobox_height_normal: 24 * scale<br>
> +    property int combobox_height_large: 30 * scale<br>
> +<br>
>      //timings<br>
>      property int delayToolTipAppear: 500;<br>
>      property int timingPlaylistClose: 1000;<br>
</blockquote></div>