# HG changeset patch # User Gerd Moellmann # Date 970172307 0 # Node ID 5daaf4090ed621e8db038e4c8cd77dcf51673d3a # Parent eb2d3d3a8eb591a9626a14c7344634e539a0aee2 (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. diff -r eb2d3d3a8eb5 -r 5daaf4090ed6 lisp/gnus/gnus.el --- a/lisp/gnus/gnus.el Thu Sep 28 19:16:27 2000 +0000 +++ b/lisp/gnus/gnus.el Thu Sep 28 20:18:27 2000 +0000 @@ -304,9 +304,9 @@ (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)