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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user