IDE: Fix alignment of hint text when not using TurboPowerIproDsgn renderer. Issue #40931.

This commit is contained in:
Juha 2024-09-30 01:02:40 +03:00
parent a88065b606
commit 740ef32740

View File

@ -388,7 +388,7 @@ begin
inherited Create(AOwner);
MaxLineCount:=30;
WordWrap := True;
Layout := tlCenter;
Layout := tlTop;
Alignment := taLeftJustify;
Font.Color := clInfoText;
BorderSpacing.Around := 4;