mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 14:41:14 +01:00
Fix layout of error dialog TLW.
Thanks Leland for the suggested fix. Works OK on Linux, please test on other platforms.
This commit is contained in:
@@ -102,7 +102,7 @@ ErrorDialog::ErrorDialog(
|
||||
S.EndVerticalLay();
|
||||
|
||||
Layout();
|
||||
Fit();
|
||||
GetSizer()->Fit(this);
|
||||
SetMinSize(GetSize());
|
||||
Center();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user