-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fonts should respect GDK_DPI_SCALE #257
Comments
…ses the right DPI. See #257. Still more work needed to scale sizes of UI elements appropriately.
@whitequark I think this is fixed, please confirm and close? Note that toolbar icons are not currently scaled. See #131. |
Cannot confirm, trigger still not movable at GDK_SCALE=2. |
This issue is only for text displaying too small and not respecting DPI scaling. #255 is the ticket for mouse input not being correctly scaled, which is a separate bug. If rendering is now appropriately scaled, even if input isn't working, this issue can be closed. |
Confirmed fixed. |
You probably want to use
gtkWindow.get_screen()->get_resolution();
for that.The text was updated successfully, but these errors were encountered: