TAdvMetroTile and latest update

Hi,

I have updated to latest TMS Vcl Component pack to check,
if you have patched the TAdvRichEdit problem, which I have reported
month ago ....

I'm using TAdvMetroTile

https://consulteco.cz/screen/1554217245.png
1 is latest revision
2 is previous version (readable)

Reverted back to 9.0.3.0

What are the exact control property settings?
I cannot see any change in the code that would affect the line spacing. Only the vertical centering was improved.

Here is part of forms dfm, hope it helps

https://cloud.consulteco.cz/f/ccbd94d51f3b46de88c4/

Im changing on the fly Caption to

Format('<p><FONT size="%d"><B>%s</B></FONT><br>%s</p>',[size,text1,text2]);

The issue was in the HTML engine. We've applied a fix and the next update will have this fix.

Ok, thanks