-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
LateNight :: vectorize remaining graphics #1530
Conversation
IMHO there should be a clipping indicator. It is currently missing somehow. |
Okay, I'll add it. |
They still had min-/max-width in style.qss, changing it to width/height and even removing it doesn't help (master 2.2). So now neither the box nor the buttons have a size dfined anywhere, parent widgets provide enough space. IDK what's the matter.. |
Stupid me,.. I was testing the above changes in the wrong skin folder. If you want to fix it in #1518, the WBeatSpinbox section in style.qss should look like this:
|
100% looks good (tested on Linux), 50% as well but the library is not scaling.. |
To properly test skin scaling with my non-HD screen I also had to maually set the system font size to double the regular value (xfce4), or use OS fontscaling (Ubuntu > Tweak Ubuntu app). this is because library components rely on the OS font size to scale (search box, tree view, library buttons etc.) |
Now the scaling works. Not perfect but OK. LGTM |
still working on it, don't merge