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

Bug 2324 - Windows: Screenshot tool success/completion dialog is unnecessarily over-large

This commit is contained in:
Leland Lucius
2021-02-14 12:29:13 -06:00
parent b7571a6846
commit 379348898d

View File

@@ -375,7 +375,7 @@ bool LongMessageDialog::Init()
Layout();
Fit();
SetMinSize(wxSize(600,700));
SetMinSize(wxSize(600,350));
Center();
return true;
}