IDE: compiler options dlg: set error count TEdit.AutoSize=true

git-svn-id: trunk@12468 -
This commit is contained in:
mattias 2007-10-14 22:26:38 +00:00
parent 18fa72e639
commit bd90319620

View File

@ -1920,6 +1920,7 @@ begin
Name:='edtErrorCnt';
Text := '';
Constraints.MinWidth:=100;
AutoSize:=true;
Parent := grpErrorCnt;
AnchorAsAlign(alTop,0);
end;