(display-time-mail-icon): Use `:ascent center'.
This commit is contained in:
parent
399da7e398
commit
be0505fe51
2 changed files with 5 additions and 1 deletions
|
@ -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'.")
|
||||
|
|
Loading…
Add table
Reference in a new issue