Reputation: 925
how to set width for message box? or how can we format the message that we display in the message box into multiple lines?
Thanks!
Upvotes: 0
Views: 682
Reputation: 14316
Use the setMinWidth
and setMaxWidth
functions to set the minimum/maximum width for the MessageBox
in pixels.
Upvotes: 1