ide: add constraints to the package options dialog

git-svn-id: trunk@20508 -
This commit is contained in:
paul 2009-06-08 06:29:39 +00:00
parent 0f87070034
commit 3b93e3603f

View File

@ -1988,6 +1988,8 @@ end;
constructor TPackageEditorForm.Create(TheOwner: TComponent);
begin
inherited Create(TheOwner);
Constraints.MinWidth := 550;
Constraints.MinHeight := 450;
FPlugins:=TStringList.Create;
SetupComponents;
OnCloseQuery:=@PackageEditorFormCloseQuery;