We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.0-pre.1491 MessageBox buttons are aligned to the right. They were previously centred.
If this is a v2 style change, then perhaps we should have a Query() method signature with a ButtonAlignment parameter
MessageBox.Query(50, 7, "Quit?", "Are you sure you want to quit?", 0, "Yes", "No");
The text was updated successfully, but these errors were encountered:
With POS.Align I was experimenting with layouts. I forgot I left this in.
For v2 I want to do two things:
Change the defaults from v1 to make the look and feel distinct.
Make it configurable (MB and Dialog can/should be different).
Sorry, something went wrong.
And I mean configurable via CM. Not api.
Great thanks.
MessageBox
990b7ee
tig
Successfully merging a pull request may close this issue.
2.0.0-pre.1491 MessageBox buttons are aligned to the right. They were previously centred.
If this is a v2 style change, then perhaps we should have a Query() method signature with a ButtonAlignment parameter
The text was updated successfully, but these errors were encountered: