Replies: 2 comments 7 replies
-
This may be the standard on Windows, but e.g. many Linux programs follow this standard instead: https://web.archive.org/web/20130922172031/https://developer.gnome.org/hig-book/stable/windows-alert.html.en |
Beta Was this translation helpful? Give feedback.
4 replies
-
This is handled on mac btw, as in the placement of cancel and ok are swapped there (but not sure where the other buttons are placed) The setting is here Handled here btw (this specific dialog, not the placement of cancel/ok): |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At least for Windows, the current order of the buttons in the unsaved changes dialog (which pops up when closing a modified file) is nonstandard and can lead to accidentally deleting work because of muscle memory. The order on Windows should be Save, then Discard, then Cancel—the Cancel button is always on the right in Windows (and, afaik, always on the left in macOS).
Here's Godot's dialog on Windows (Save, then Cancel, then Discard):

Here's the expected order for Windows programs (Save, then Discard, then Cancel):


This has caused me to lose or almost lose work on several occasions.
Beta Was this translation helpful? Give feedback.
All reactions