Skip to content
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

Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus #2239

Merged
master from
Nov 5, 2022

Conversation

emilk
Copy link
Owner

@emilk Nov 5, 2022

This PR adds the helper module egui::gui_zoom which has keyboard shortcuts and GUI elements for zooming a whole GUI app (by modifying Context::pixels_per_point), similar to how you can zoom a web page (or an egui app in a web page).

The demo app now listens for Cmd+Plus and Cmd+Minus to zoom the GUI.

Closes #1721

@BartMassey
Copy link

Nice! Thanks much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot manually scale GUI on Linux
2 participants