[Scid-users] [PATCH] Add rock-solid tooltip implementation

2015-11-21 Thread Jens Hoffmann
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

[Scid-users] [PATCH] Fics offers: fix spacing on smaller displays

2015-11-21 Thread Jens Hoffmann
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