Wrap overly long messages

This commit is contained in:
Leland Lucius 2021-01-31 17:57:32 -06:00
parent 8e93cac1be
commit da49fe63da
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ ErrorDialog::ErrorDialog(
S.StartVerticalLay();
{
S.SetBorder(20);
S.AddFixedText(message);
S.AddFixedText(message, false, 500);
S.SetBorder(2);
S.AddStandardButtons(buttonMask);
}