Mercurial > emacs
changeset 31961:5daaf4090ed6
(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.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 28 Sep 2000 20:18:27 +0000 |
parents | eb2d3d3a8eb5 |
children | a87bf35accfc |
files | lisp/gnus/gnus.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)