lxqt / pavucontrol-qt

A Pulseaudio mixer in Qt (port of pavucontrol)
https://lxqt.github.io
GNU General Public License v2.0
108 stars 29 forks source link

UI questions #276

Closed waarmond closed 2 months ago

waarmond commented 2 months ago

This is not a bug report; pavucontrol-qt is compiling and working fine.

I've got 2 questions to the UI:

peter

tsujan commented 2 months ago

May the bar from the screenshot be made thinner?

It's drawn by the widget style and shouldn't be tampered with. This is how Breeze draws it:

progressbar

In old version, a thin bar was enforced and caused bugs with some widget styles. The correct approach is leave widgets to be drawn by widget styles.

Please use Discussions for questions.