Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Theme not Showing Volume Meter in Pavucontrol-qt #1

Closed
wesbluemarine opened this issue Aug 29, 2018 · 3 comments
Closed

Theme not Showing Volume Meter in Pavucontrol-qt #1

wesbluemarine opened this issue Aug 29, 2018 · 3 comments

Comments

@wesbluemarine
Copy link

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.

@wesbluemarine wesbluemarine changed the title Theme not Showing Meter in Pavucontrol-qt Theme not Showing Volume Meter in Pavucontrol-qt Aug 29, 2018
@cfeck
Copy link
Owner

cfeck commented Aug 29, 2018

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

@wesbluemarine
Copy link
Author

Same as skulpture, no visible volume.
windows-pavucontrol

@cfeck
Copy link
Owner

cfeck commented Aug 30, 2018

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants