fixed anchoring editor opts use background default color anchoring

git-svn-id: trunk@7749 -
This commit is contained in:
mattias 2005-09-19 22:14:48 +00:00
parent aac6d79b71
commit 7083dd9b6a

View File

@ -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;