From e35786a23f72b6fde80878eaaca1516ce17a4b40 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 28 Sep 2000 20:19:44 +0000 Subject: [PATCH] (gnus-mode-line-buffer-identification) [Emacs]: Change image's :ascent to 80. That gives a mode-line which is approx. as tall as the normal one. --- lisp/gnus/ChangeLog | 6 ++++++ lisp/gnus/gnus.el | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 6171082e6ec..26422108db7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,9 @@ +2000-09-28 Gerd Moellmann + + * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change + image's :ascent to 80. That gives a mode-line which is approx. + as tall as the normal one. + 2000-09-21 Dave Love * gnus-ems.el (gnus-article-display-xface): Use unibyte for the diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index b5735afa42a..21786e78c77 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -304,9 +304,9 @@ be set in `.emacs' instead." (setq gnus-mode-line-image-cache (find-image '((:type xpm :file "gnus-pointer.xpm" - :ascent 100) + :ascent 80) (:type xbm :file "gnus-pointer.xbm" - :ascent 100)))) + :ascent 80)))) gnus-mode-line-image-cache) 'help-echo "This is Gnus") str) -- 2.39.5