Set minimum size of EditCurvesDialog (bug 470)

This commit is contained in:
Steve Daulton 2017-01-19 19:08:23 +00:00 committed by James Crook
parent a80556df2f
commit 7517b2653e
1 changed files with 1 additions and 0 deletions

View File

@ -3185,6 +3185,7 @@ wxDialogWrapper(parent, wxID_ANY, _("Manage Curves List"),
}
Populate();
SetMinSize(GetSize());
}
EditCurvesDialog::~EditCurvesDialog()