mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
ide: use correct tooltip font color (issue #0013524)
git-svn-id: trunk@19614 -
This commit is contained in:
parent
8f2bc2fdb1
commit
2c04e4de3e
@ -316,6 +316,7 @@ begin
|
||||
WordWrap := True;
|
||||
Layout := tlCenter;
|
||||
Alignment := taCenter;
|
||||
Font.Color := clInfoText;
|
||||
end;
|
||||
|
||||
function TSimpleHTMLControl.GetURL: string;
|
||||
|
Loading…
Reference in New Issue
Block a user