hasii2011 / albow-python-3

Albow running on Python 3.x
MIT License
9 stars 0 forks source link

Allow Titled Dialog to have an additional button #57

Closed hasii2011 closed 5 years ago

hasii2011 commented 5 years ago

Right now the Titled Dialog defaults to Ok/Cancel.

hasii2011 commented 5 years ago

Finally got the buttons and text aligned ThreeButtonDialogProperlyAligned

Alert looks good:

AlertDialogAligned

Wide dialog has title problem

WideMessageDialogHasProblem

hasii2011 commented 5 years ago

Wide dialog is corrected with this check-in dd3a04ab0d222a105b64b23ab7ec09b834f74ffb

FixedWideDialog