-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No volume meter with some Qt styles. #75
Comments
That developer's answer is correct. I wanted to report the same thing but, instead, made some changes to Kvantum for this situation to be tolerated by the widget style as far as possible (not 100% though). In short, this is yet another example of a bad hard-coded style; see lxqt/lxqt#1433 (comment) (but forget about QML). |
There are 2 fixes at least: (1) Simply use the progress-bar provided by the widget style. There's nothing wrong in that. Some styles have thick progress-bars, some others have thin ones and yet, some (only Kvantum) have both. (2) Draw the progress-bar yourself and completely. But why?! |
GUI fixes: Elide playback name label if needed and… If the name is too long, elide it centrally, so that a horizontal scrollbar isn't needed (and isn't shown). Also, don't force a height on progressbars because some widget styles may not show any bar with a forced height. Closes lxqt#99 and closes lxqt#75
looked into fixing this more "properly" to try to keep a thin progress bar, but at least kvantum seems to "lie" about |
based on suggested fix from the skulpture author lxqt#75
Widget styles don't "lie" about sizes but determine them. See lxqt/lxqt#1433 (comment) |
Choosing Windows Qt style, or others (Skulpture) , there is not real time volume indicator on top of the volume slider.
I thought it was an problem of Skulpture theme, so I've opened an issue here
Quoting the dev answer of the developer:
System Information
#* Package version: 0.4.0
The text was updated successfully, but these errors were encountered: