-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Adjust auto scale on 4k monitors to 150% #45910
Adjust auto scale on 4k monitors to 150% #45910
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to apply the suggestion to the two other places in the code.
I am fairly certain I already apply this change to all 3 places. Where would I find two more? |
79ab949
to
4373a34
Compare
4373a34
to
466cf0b
Compare
By "two other places", I meant the ones you already modified in the diff 🙂 |
Thanks! |
Cherry-picked for 3.2.4. |
Right now the automatic editor scale is either 100% or 200%, depending on resolution and dpi. While this works fine on smaller screens (e.g. laptops) it can cause issues on larger screens.
As discussed with @Calinou on rocketchat this PR aims to add a middle ground (150%) between 100% and 200% for larger hidpi displays.
EDIT: Not sure if you are still cherry-picking stuff for 3.2, but in theory, it should be possible to use this as is.