summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-28 20:19:44 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-28 20:19:44 +0000
commite35786a23f72b6fde80878eaaca1516ce17a4b40 (patch)
tree8050843c0893b6e17e430b24c8b31dd44d82ff9a /lisp/gnus/gnus.el
parentc71ea2312107e0e9e888ec8624df3531dd84ff2d (diff)
downloademacs-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.el4
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)