changeset 28884:5f062d58a68a

(display-time-mail-icon): Use `:ascent center'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 12 May 2000 08:14:17 +0000
parents e43afc57ee04
children 25c3b058b04e
files lisp/time.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time.el	Thu May 11 22:11:02 2000 +0000
+++ b/lisp/time.el	Fri May 12 08:14:17 2000 +0000
@@ -143,7 +143,7 @@
   :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'.")