(gnus-mode-line-buffer-identification) [Emacs]: Change
authorGerd Moellmann <gerd@gnu.org>
Thu, 28 Sep 2000 20:19:44 +0000 (20:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 28 Sep 2000 20:19:44 +0000 (20:19 +0000)
image's :ascent to 80.  That gives a mode-line which is approx.
as tall as the normal one.

lisp/gnus/ChangeLog
lisp/gnus/gnus.el

index 6171082..2642210 100644 (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
index b5735af..21786e7 100644 (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)