-
-
Notifications
You must be signed in to change notification settings - Fork 578
Add option to adjust viewport zoom rate in the preferences dialog #2420
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
Conversation
editor/src/messages/dialog/preferences_dialog/preferences_dialog_message_handler.rs
Outdated
Show resolved
Hide resolved
|
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.
This appears to work nicely; thanks for working on this.
My concern is that the 63 default feels arbitrary. I would prefer a default of 50 and a draggable number input slider between 1 and 100. To be clear though, I'm not talking about changing the rate already present in master. 50 should map to what is currently 63. or to borrow from your comment above:
This means whatever is |
Fixed it! |
editor/src/messages/dialog/preferences_dialog/preferences_dialog_message_handler.rs
Outdated
Show resolved
Hide resolved
!build |
|
aa7ff13
to
e11b57a
Compare
!build |
|
Closes #2411