-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Misaligned pixels when scaled at multiples of 25% or 50%, but not 100% #2182
Comments
It happens to me on 100% scaling as well. |
I suspect its because the numbers are in their own panel and divided by 3, and .66 rounding up. you can watch it jiggle if you carefully change the window size. - i suspect it doesn't happen to the top panel as its probably a row of 4. |
P0 issue please fix |
Makes the app literally unusable [/s], came here to report it now. Please fix this asap. I will be in review team if needed. Please can we add test cases for this scenario in the UITestFramework. |
100% - 4epx spacing |
It appears to be due to different styling usages. This leads me to believe a part of the system was refactored/cleaned up incrementally and this is a partial remenant that can be resolved. |
Describe the bug
At certain scaling values, there's misalignment between 8 and 9 on the digit grid.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Grid should be properly aligned at all display scales.
Screenshots
Issue is demonstrated here: https://www.youtube.com/shorts/IHhpu_bfYZk
Testing on my own machine:
At 100% scaling:
At 125% scaling:
Device and Application Information
Additional context
A good place to start when fixing this is to investigate and confirm whether it's caused by the Multiples of Four design/layout rule being broken, which is a common cause for this in other apps.
Requested Assignment
I'm just reporting this problem.
The text was updated successfully, but these errors were encountered: