lxde / lxpanel

Other
56 stars 42 forks source link

HiDPI: volume plugin too small #9

Closed TheZxcv closed 1 year ago

TheZxcv commented 4 years ago

Hi, there is an issue with the volume plugin on a HiDPI monitor. Its height is hard-coded to 140px which makes it too small to be usable:

I'm working on a fix that uses the DPI of the screen divided by 96 (the DPI assumed by GTK2) as scaling factor for the height of the slider.