(display-time-mail-icon): Use `:ascent center'.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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'.")
|
||||
|
||||
Reference in New Issue
Block a user