]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 6171082e6ec0f6218fe53517d2c7d716f65801d3..26422108db75415aa7992bcba7a2bd69047e600c 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 b5735afa42a233d59839c64f04c6aa14b3921129..21786e78c77eda688eb4c74549860b8303b87a39 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)