From 7083dd9b6a4f07699484f7740b06d1fca170ee04 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 19 Sep 2005 22:14:48 +0000 Subject: [PATCH] fixed anchoring editor opts use background default color anchoring git-svn-id: trunk@7749 - --- ide/editoroptions.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ide/editoroptions.pp b/ide/editoroptions.pp index 5ecc568c57..35f8030c59 100644 --- a/ide/editoroptions.pp +++ b/ide/editoroptions.pp @@ -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;