cfeck / skulpture

GNU General Public License v3.0
15 stars 2 forks source link

Theme not Showing Volume Meter in Pavucontrol-qt #1

Closed wesbluemarine closed 6 years ago

wesbluemarine commented 6 years ago

fusion-pavucontrol skulpture-pavucontrol

There should be a real time volume indicator on top of the slider on 153% (Microphone Volume) , like the other themes, in this example fusion.

cfeck commented 6 years ago

Could you please compare with "--style Windows"?

wesbluemarine commented 6 years ago

Same as skulpture, no visible volume. windows-pavucontrol

cfeck commented 6 years ago

The pavucontrol-qt application hardcodes the height of the QProgressBar widget, see line 41 in https://github.com/lxqt/pavucontrol-qt/blob/master/src/minimalstreamwidget.cc

If it doesn't want to use QStyle::sizeFromContents(), then it could at least query the frame width using QStyle::pixelMetric(PM_DefaultFrameWidth).