mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 21:55:56 +02:00
IDE: no fixed defualt size for package editors
git-svn-id: trunk@26394 -
This commit is contained in:
parent
39054d861c
commit
6c35e07beb
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user