mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 21:39:11 +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;
|
SetRecentPackagesMenu;
|
||||||
|
|
||||||
IDEWindowCreators.Add(NonModalIDEWindowNames[nmiwPkgGraphExplorer],
|
IDEWindowCreators.Add(NonModalIDEWindowNames[nmiwPkgGraphExplorer],
|
||||||
nil,@CreateIDEWindow,'250','200','+400','+300');
|
nil,@CreateIDEWindow,'250','200','','');
|
||||||
IDEWindowCreators.Add(PackageEditorWindowPrefix,
|
IDEWindowCreators.Add(PackageEditorWindowPrefix,
|
||||||
nil,@CreateIDEWindow,'250','200','+400','+300');
|
nil,@CreateIDEWindow,'250','200','','');
|
||||||
RegisterStandardPackageEditorMenuItems;
|
RegisterStandardPackageEditorMenuItems;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user