-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot manually scale GUI on Linux #1721
Comments
This should already work well on the web (please www.egui.rs). In case you are talking about native:
|
Yes, native. Sorry, should have been more clear.
Very much so.
Nope! Could, but was hoping that the framework would handle it. |
What apps are you able to zoom in? My understanding is that zooming is a browser only event currently.
does not work in my easymark editor branch |
Gnome-terminal, for example, zooms the whole window on |
Accessing the minus and plus buttons are not possible for hotkeys on EGUI as of yet as far as I am aware of. Keys such as ; are not international and require some form of internationalization to bring it to pull. It is possible to change some files to add the specific keys, I can tell you how to do that but I am not sure how to change the zoom even if the keys were accessible. |
On Safari macOS Cmd+Plus seems to zoom into the canvas, not scaling the rendering within the canvas, though, which leads to some blurriness: |
Issue #53 describes the need to be able to manually scale the GUI both for accessibility and for dealing with HIDPI displays. The GUI should be scalable using
<ctl-shift-"+">
and<ctl-shift-"-">
or<ctl-mousewheel>
, . Neither of these options currently works on Linux.This can be reproduced by compiling the
hello world
demo app and trying to scale it.I'm running current Debian Linux.
The text was updated successfully, but these errors were encountered: