Open
Description
I'd like to implement a "maximize" button which will set the 100vw/100vh size to the dialog. That works, however the dialog stays at its current position, which leads to parts of dialog not visible. It would be good if the "maximize" button could also call dialog.center();
to re-center the dialog, in order to show it in its entirety.