mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 16:11:14 +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();
|
Populate();
|
||||||
|
SetMinSize(GetSize());
|
||||||
}
|
}
|
||||||
|
|
||||||
EditCurvesDialog::~EditCurvesDialog()
|
EditCurvesDialog::~EditCurvesDialog()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user