(display-time-mail-icon): Use `:ascent center'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 May 2000 08:16:14 +0000 (08:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 May 2000 08:16:14 +0000 (08:16 +0000)
lisp/ChangeLog
lisp/time.el

index 5be205b..a63bc7b 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * time.el (display-time-mail-icon): Use `:ascent center'.
+
 2000-05-11  Dave Love  <fx@gnu.org>
 
        * todo-mode.el: New file.
index b9d134e..de8b2ce 100644 (file)
@@ -143,7 +143,7 @@ display."
   :type 'face)
 
 (defvar display-time-mail-icon
-  (find-image '((:type xbm :file "letter.xbm" :ascent 100)))
+  (find-image '((:type xbm :file "letter.xbm" :ascent center)))
   "Image specification to offer as the mail indicator on a graphic
 display.  See `display-time-use-mail-icon' and
 `display-time-mail-face'.")