<div dir="ltr">I see yellow too, but why doesn't the hint box have a border? Hint boxes on windows have a dark 1px border.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 15, 2014 at 4:05 PM, Rik van Kekem <span dir="ltr"><<a href="mailto:rik@graficalc.nl" target="_blank">rik@graficalc.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">waldo kitty wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
i'm also quite confused how you saw that image with that section<br>
yellowed... i've looked at the same image on several machines and see<br>
only white on white :/<br>
</blockquote></span>
Like Anthony already found out, even if it's white on screen it really is a very light shade of yellow. You can see this by adjusting the brightness of your screen but with a laptop that's a bit more difficult. I've seen multiple times, especially with laptops, that you can't see these subtle colors. (For me, with a desktop-screen, the difference is really visible)<br>
<br>
If you don't want to change your theme you can change it in the source of Lazarus itself. But your other programs will keep a white hint. I don't know how to make a clearer border but the color is here:<br>
Lazarus_dir\LCL\Include\<u></u>hintwindow.inc<br>
<br>
// Color := clInfoBk;<br>
Color := clYellow; // <- for instance<br>
<br>
But clInfoBk is used a lot more throughout the Lazarus IDE so it might be better to change your theme. Maybe somebody else could hunt down the border-drawing for this tooltip (which i couldn't find off hand).<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>