mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
Set minimum size of EditCurvesDialog (bug 470)
This commit is contained in:
parent
a80556df2f
commit
7517b2653e
@ -3185,6 +3185,7 @@ wxDialogWrapper(parent, wxID_ANY, _("Manage Curves List"),
|
||||
}
|
||||
|
||||
Populate();
|
||||
SetMinSize(GetSize());
|
||||
}
|
||||
|
||||
EditCurvesDialog::~EditCurvesDialog()
|
||||
|
Loading…
x
Reference in New Issue
Block a user