[vlc-devel] [PATCH] Qt: set the seekslider height depending on the DPI

Francois Cartegnie fcvlcdev at free.fr
Tue Jun 28 16:01:17 CEST 2016


Le 21/06/2016 à 23:24, Daniel Amm a écrit :
()) / DPI_REF_VALUE;
> +    setMinimumHeight( 18.0 * scalingFactorY );
>      if( !b_classic )
>      {
>          alternativeStyle = new SeekStyle;
> 

logicalDpiY() seems 4.8, so that should work.

Unsure if that could be correct with HiDPI handling in 5.x

Francois


More information about the vlc-devel mailing list