The current tooltip implementation has some quirks:
* tiny font: when normal font is readable, tiny font is
less readable :/
* when entering an element with a tooltip the tooltip pops
up even when the mouse has left the element in the
meantime
* tooltip stays open 15 seconds - assuming
On smaller displays the vertical ELO axis is too distorted
causing the highest number (3000) to be parltly hidden.
The fix draws one more horizontal guideline (up to ELO 3200)
in order to get more space between the top of the frame and
the label "3000".
---
tcl/tools/fics.tcl | 4 ++--
1 file cha