mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 23:29:16 +02:00
IDE: Fix alignment of hint text when not using TurboPowerIproDsgn renderer. Issue #40931.
This commit is contained in:
parent
a88065b606
commit
740ef32740
@ -388,7 +388,7 @@ begin
|
||||
inherited Create(AOwner);
|
||||
MaxLineCount:=30;
|
||||
WordWrap := True;
|
||||
Layout := tlCenter;
|
||||
Layout := tlTop;
|
||||
Alignment := taLeftJustify;
|
||||
Font.Color := clInfoText;
|
||||
BorderSpacing.Around := 4;
|
||||
|
Loading…
Reference in New Issue
Block a user