1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Wrap overly long messages

This commit is contained in:
Leland Lucius
2021-01-31 17:57:32 -06:00
parent 8e93cac1be
commit da49fe63da

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);
}