From 9451c6ca54cc98195c17cc807b01a63a00f2d911 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 2 Sep 2016 12:59:42 +0100 Subject: [PATCH] Fix vertical alignment of tooltip --- racket/syndicate-gl/examples/basic.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/syndicate-gl/examples/basic.rkt b/racket/syndicate-gl/examples/basic.rkt index 8a91340..06ae9fe 100644 --- a/racket/syndicate-gl/examples/basic.rkt +++ b/racket/syndicate-gl/examples/basic.rkt @@ -57,7 +57,7 @@ (react (assert #:when (touching?) (outbound (simple-sprite -10 (pos) - (+ (y) (* 1/2 h)) + (+ (y) (* 1/2 h) (- (* 1/2 (image-height label)))) (image-width label) (image-height label) label)))))