mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 10:47:58 +02:00
IDE: improved new project dlg layout button spacing
git-svn-id: trunk@12631 -
This commit is contained in:
parent
4dfe601068
commit
1421f4f365
@ -169,6 +169,7 @@ begin
|
||||
Caption:=lisNPCreate;
|
||||
Default:=true;
|
||||
AutoSize:=true;
|
||||
BorderSpacing.Around:=6;
|
||||
Parent:=NPDBtnPanel;
|
||||
Align:=alRight;
|
||||
end;
|
||||
@ -183,6 +184,7 @@ begin
|
||||
Caption:=dlgCancel;
|
||||
Cancel:=true;
|
||||
AutoSize:=true;
|
||||
BorderSpacing.Around:=6;
|
||||
Parent:=NPDBtnPanel;
|
||||
Align:=alRight;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user