IDE: no fixed defualt size for package editors

git-svn-id: trunk@26394 -
This commit is contained in:
mattias 2010-07-01 22:33:00 +00:00
parent 39054d861c
commit 6c35e07beb

View File

@ -1948,9 +1948,9 @@ begin
SetRecentPackagesMenu;
IDEWindowCreators.Add(NonModalIDEWindowNames[nmiwPkgGraphExplorer],
nil,@CreateIDEWindow,'250','200','+400','+300');
nil,@CreateIDEWindow,'250','200','','');
IDEWindowCreators.Add(PackageEditorWindowPrefix,
nil,@CreateIDEWindow,'250','200','+400','+300');
nil,@CreateIDEWindow,'250','200','','');
RegisterStandardPackageEditorMenuItems;
end;