mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:39:30 +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;
|
WordWrap := True;
|
||||||
Layout := tlCenter;
|
Layout := tlCenter;
|
||||||
Alignment := taCenter;
|
Alignment := taCenter;
|
||||||
|
Font.Color := clInfoText;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TSimpleHTMLControl.GetURL: string;
|
function TSimpleHTMLControl.GetURL: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user