mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:40:32 +02:00
fixed anchoring editor opts use background default color anchoring
git-svn-id: trunk@7749 -
This commit is contained in:
parent
aac6d79b71
commit
7083dd9b6a
@ -4308,6 +4308,7 @@ begin
|
||||
Left:=ForegroundColorButton.Left+ForegroundColorButton.Width+5;
|
||||
Caption:=dlgEdUseDefColor;
|
||||
OnClick:=@GeneralCheckBoxOnClick;
|
||||
Anchors:=[akLeft];
|
||||
AutoSize:=true;
|
||||
end;
|
||||
|
||||
@ -4345,7 +4346,7 @@ begin
|
||||
Left:=BackgroundColorButton.Left+BackgroundColorButton.Width+3;
|
||||
Caption:=dlgEdUseDefColor;
|
||||
OnClick:=@GeneralCheckBoxOnClick;
|
||||
AnchorVerticalCenterTo(BackGroundColorButton);
|
||||
Anchors:=[akLeft];
|
||||
AutoSize:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user