mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:29:35 +02:00
ide: add constraints to the package options dialog
git-svn-id: trunk@20508 -
This commit is contained in:
parent
0f87070034
commit
3b93e3603f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user