[vlc-devel] [PATCH] Qt: set the volume slider text size to 7pt

Daniel Amm da2424 at t-online.de
Sat May 7 20:29:36 CEST 2016


> On 07 May, Daniel Amm wrote :
> > Previously, the text size was 9px. So the correct equivalent should be
7pt.
> 
> How do you get this?

In VLC 2.2, setPixelSize() was used. Now, setPointSize() is used.

If you convert pixels to points, 9px will be roughly 7pt. 
(See http://www.endmemo.com/sconvert/pixelpoint.php or
http://reeddesign.co.uk/test/points-pixels.html)

So the text size will be the same as in VLC 2.2, if windows does not
scaling. (100% or 96ppi)



More information about the vlc-devel mailing list