mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:00:16 +02:00
IDE: compiler options dlg: set error count TEdit.AutoSize=true
git-svn-id: trunk@12468 -
This commit is contained in:
parent
18fa72e639
commit
bd90319620
@ -1920,6 +1920,7 @@ begin
|
||||
Name:='edtErrorCnt';
|
||||
Text := '';
|
||||
Constraints.MinWidth:=100;
|
||||
AutoSize:=true;
|
||||
Parent := grpErrorCnt;
|
||||
AnchorAsAlign(alTop,0);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user