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

Simple dialog buttons are not compliant with Mac standard positions #58

Closed
csatt opened this issue Feb 8, 2019 · 0 comments
Closed
Assignees
Labels

Comments

@csatt
Copy link
Owner

csatt commented Feb 8, 2019

On Mac, it is standard for dialogs to have their Cancel button on the left and their OK button on the right. tkSimpleDialog has this hardcoded to be the opposite (which is correct for Windows).

Now that we're using a local clone of tkSimpleDialog, this should be fixed.

@csatt csatt added the bug label Feb 8, 2019
@csatt csatt self-assigned this Feb 8, 2019
csatt added a commit that referenced this issue Feb 8, 2019
…#58)

If running on a Mac, place the Cancel button on the left and the OK button on the right.  This is one more change to the local clone of tkSimpleDialog.py.
@csatt csatt closed this as completed Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant