(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.
This commit is contained in:
Gerd Moellmann 2000-09-28 20:19:44 +00:00
parent c71ea23121
commit e35786a23f
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2000-09-28 Gerd Moellmann <gerd@gnu.org>
* 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 <fx@gnu.org>
* gnus-ems.el (gnus-article-display-xface): Use unibyte for the

View file

@ -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)