diff options
| author | Jan Djärv | 2005-12-12 09:36:22 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-12-12 09:36:22 +0000 |
| commit | 4873609398f6e7f427b4d2be716e39a8f5702fe7 (patch) | |
| tree | 1a99482fd1f088c1403653a36ab56d14344f6f51 | |
| parent | 7e8410d1abe43466b20aec2f72e075403c948bbb (diff) | |
| download | emacs-4873609398f6e7f427b4d2be716e39a8f5702fe7.tar.gz emacs-4873609398f6e7f427b4d2be716e39a8f5702fe7.zip | |
Changed default to 20 for tooltip-y-offset.
| -rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 106 | :type 'integer | 106 | :type 'integer |
| 107 | :group 'tooltip) | 107 | :group 'tooltip) |
| 108 | 108 | ||
| 109 | (defcustom tooltip-y-offset +40 | 109 | (defcustom tooltip-y-offset +20 |
| 110 | "Y offset, in pixels, for the display of tooltips. | 110 | "Y offset, in pixels, for the display of tooltips. |
| 111 | The offset is relative to the position of the mouse. It must | 111 | The offset is relative to the position of the mouse. It must |
| 112 | be chosen so that the tooltip window doesn't contain the mouse | 112 | be chosen so that the tooltip window doesn't contain the mouse |