-
-
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
UI Regression: Inconsistent spacing in focused sidebar items #11957
Comments
Are both videos recorded with Qt6 builds? |
I can reproduce this with Qt 5.12.5 on the most recent |
I can't reproduce on |
Or you try adding
yourself here mixxx/res/skins/LateNight/style_palemoon.qss Lines 2559 to 2566 in 03d0ce7
Please check whether it still looks as expected when increasing the library row height in Pref > Interface. |
Unfortunately, neither the QSS patch nor the library row height seem to affect this. |
Did a more fine-grained bisect and found that b576824 introduced the regression. |
Removing |
Bug Description
Just a tiny thing I've noticed, focusing a sidebar item adds some padding that disappears once the item loses focus:
Expected
Screen.Recording.2023-09-10.at.19.21.24.mov
Current
Screen.Recording.2023-09-10.at.19.24.13.mov
According to my regression finder, this was introduced between 393ddc4 (last good) and 7f79194 (first bad), i.e. in this diff.
cc @ronso0
Version
2.5-alpha-98-gf4692aa5ea (Qt 6.5.2)
OS
macOS 13.5
The text was updated successfully, but these errors were encountered: