If you look at Alert.as and/or AlertForm.as, it seems that the Alert is trying
to manage the proportions of the window on its own. It looks at the width of
the title and the width of the text, and then seems to break the text into
multiple lines to make the alert look somewhat square, as opposed to stretched
I wanted to have some more control over this, so I wrote a wrapper function to
display alerts that padded the title text with spaces until it was long enough
to create a window wide enough to hold my text with minimal wrapping