mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 20:20:39 +02:00
fixed layout
git-svn-id: trunk@4192 -
This commit is contained in:
parent
3166c5fb5c
commit
4f8a27619b
@ -4053,7 +4053,7 @@ begin
|
||||
Top := y;
|
||||
Left := x;
|
||||
Width := w;
|
||||
Height := 70;
|
||||
Height := 90;
|
||||
Caption := dlgToFPCPath;
|
||||
inc(y,Height+10);
|
||||
end;
|
||||
@ -4063,7 +4063,7 @@ begin
|
||||
begin
|
||||
Parent := grpCompiler;
|
||||
Left := 2;
|
||||
Top := 2;
|
||||
Top := 3;
|
||||
Width := Parent.ClientWidth-Left-37;
|
||||
Text := '';
|
||||
end;
|
||||
@ -4085,7 +4085,7 @@ begin
|
||||
Name:='chkSkipCompiler';
|
||||
Parent:=grpCompiler;
|
||||
Left:=5;
|
||||
Top:=27;
|
||||
Top:=35;
|
||||
Width:=Parent.ClientWidth-2*Left;
|
||||
Caption:=lisCOSkipCallingCompiler;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user