mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 22:51:21 +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();
|
S.EndVerticalLay();
|
||||||
|
|
||||||
Layout();
|
Layout();
|
||||||
Fit();
|
GetSizer()->Fit(this);
|
||||||
SetMinSize(GetSize());
|
SetMinSize(GetSize());
|
||||||
Center();
|
Center();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user