mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Center dialog...was in the top-left corner on OSX.
This commit is contained in:
parent
2aeb9320dc
commit
06a2eab9f6
@ -1116,6 +1116,7 @@ wxString Effect::GetPreset(wxWindow * parent, const wxString & parms)
|
||||
dlg.Layout();
|
||||
dlg.Fit();
|
||||
dlg.SetSize(dlg.GetMinSize());
|
||||
dlg.CenterOnParent();
|
||||
dlg.SetSelected(parms);
|
||||
|
||||
if (dlg.ShowModal())
|
||||
|
Loading…
x
Reference in New Issue
Block a user