From 4873609398f6e7f427b4d2be716e39a8f5702fe7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 12 Dec 2005 09:36:22 +0000 Subject: [PATCH] Changed default to 20 for tooltip-y-offset. --- lisp/tooltip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 451ca389013..20588f0deac 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -106,7 +106,7 @@ the value of `tooltip-x-offset' is ignored." :type 'integer :group 'tooltip) -(defcustom tooltip-y-offset +40 +(defcustom tooltip-y-offset +20 "Y offset, in pixels, for the display of tooltips. The offset is relative to the position of the mouse. It must be chosen so that the tooltip window doesn't contain the mouse -- 2.39.5