Stop scaling UI based of desktop scale? #5287
Unanswered
UnknownSuperficialNight
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I set my desktop to be scaled to 110% the GUI also gets bigger and I have set pixel sizes for the windows, each one gets bigger than the default set size is there a way to make sure the scale in egui is always predictable?
.set_zoom_factor(1.1);
this seems to not work as the GUI init size is still based on the OS size thus its (OS size + 1.1 factor)Beta Was this translation helpful? Give feedback.
All reactions