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:
@@ -375,7 +375,7 @@ bool LongMessageDialog::Init()
|
||||
|
||||
Layout();
|
||||
Fit();
|
||||
SetMinSize(wxSize(600,700));
|
||||
SetMinSize(wxSize(600,350));
|
||||
Center();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user