mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +02:00
IDE: using designtime size for defaults
git-svn-id: trunk@16448 -
This commit is contained in:
parent
5f7508c6e2
commit
7e7c616d52
@ -364,7 +364,7 @@ begin
|
||||
inherited Create(TheOwner);
|
||||
Caption := dlgCompilerOptions;
|
||||
|
||||
IDEDialogLayoutList.ApplyLayout(Self,550,450);
|
||||
IDEDialogLayoutList.ApplyLayout(Self,Width,Height);
|
||||
|
||||
ImageIndexPackage := IDEImages.LoadImage(16, 'item_package');
|
||||
ImageIndexRequired := IDEImages.LoadImage(16, 'pkg_required');
|
||||
|
@ -2467,7 +2467,7 @@ begin
|
||||
KeyMapNameFilter:='';
|
||||
KeyMapKeyFilter:=CleanIDEShortCut;
|
||||
|
||||
IDEDialogLayoutList.ApplyLayout(Self, 480, 480);
|
||||
IDEDialogLayoutList.ApplyLayout(Self, Width,Height);
|
||||
|
||||
SetupGeneralPage(0);
|
||||
SetupDisplayPage(1);
|
||||
|
Loading…
Reference in New Issue
Block a user