Hi @chaley
Just noticed something weird with the HTML parser.
I added the translator info to the authors' tooltip using this template:
Code:
program:
if $#translator then
tooltip = 'Autor: ' & $authors & '<br/>' & 'Tradutor: ' & $#translator
else
tooltip = 'Autor: ' & $authors
fi;
tooltip
This made my tooltip's width to shrink.
Here it is without the <br/>:
Now, with the <br/>: