SDK: Window size and fitting text for LrDialogs.message
In my plugin, most of the output happens in a dialog box. For the main output, I have a simple custom view for presentFloatingDialog(), with one row and one edit_field, but even that requires about 10 lines of code.
For other features, I just need to display one line of text and I do so with LrDialogs.message(). The problem is, the text doesn't fit the window. See screenshot below:

The API reference for does not seem to have any parameters for LrDialogs.message or even LrDialogs.messageWithDoNotShow that could affect the size, and yet the window called with LrDialogs.messageWithDoNotShow looks bigger:

I am wondering if it is at all possible to get the look and size of the LrDialogs.messageWithDoNotShow window, but without the "Don't show again" checkbox?
Otherwise, am I missing anything, is there no way to adjust the width or make the text fit without breaking in a simple modal window, without buidling an entire custom view?
Thanks.

