diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-28 20:19:44 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-28 20:19:44 +0000 |
commit | e35786a23f72b6fde80878eaaca1516ce17a4b40 (patch) | |
tree | 8050843c0893b6e17e430b24c8b31dd44d82ff9a /lisp/gnus/gnus.el | |
parent | c71ea2312107e0e9e888ec8624df3531dd84ff2d (diff) | |
download | emacs-e35786a23f72b6fde80878eaaca1516ce17a4b40.tar.gz |
(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.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |