- Notifications
You must be signed in to change notification settings - Fork2.5k
[WIP] Normalise position of cancel button#5754
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
thc202 commentedDec 7, 2019
WIP until we have a firm decision that this is the way to go... some Swing dialogues show the cancel button at the end (e.g. |
kingthorin commentedFeb 4, 2020
According to:https://ux.stackexchange.com/a/1077 placement is platform dependent, so I think we have to trust Swing to place them appropriately for system dialogs (file choosers etc). For ZAP dialogs we'd have to either pick an order and stick with it or check the platform and adapt (which seems overly complicated)... |
Change more dialogues to show the cancel button at the end.Part ofzaproxy#5748.Signed-off-by: thc202 <thc202@gmail.com>
Change more dialogues to show the cancel button at the end.
Part of#5748.