Align ok and cancel buttons to the right #6333
Closed
Comments
Feedback on GUI, received via email.
|
feerrenrut
added a commit
that referenced
this issue
Oct 4, 2016
feerrenrut
added a commit
that referenced
this issue
Oct 12, 2016
feerrenrut
added a commit
that referenced
this issue
Oct 27, 2016
fixes #6333 Align 'ok' and 'cancel' buttons to the right of dialog boxes.
feerrenrut
added a commit
that referenced
this issue
Oct 27, 2016
NVDA dialog boxes now have their "ok" and "cancel" buttons aligned to the right of the dialog. (Issue #6333)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typically in windows the ok / cancel buttons are on the right of the dialog. While I dont think this matters a great deal, its nice to be consistent. I think it also helps to show that the buttons relate to the dialog rather than being part of the dialog content.
When implementing this in #6189 I found that the buttons didn't cope with the resizable dialog very well when aligned to the right, this may be a limitation of the wx framework.
Try putting the buttons in a panel first, see http://zetcode.com/gui/wxwidgets/layoutmanagement/
The text was updated successfully, but these errors were encountered: