Mercurial > emacs
changeset 32321:4929d07fe75c
Correct image size.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 09 Oct 2000 01:01:02 +0000 |
parents | 0a173bf1b077 |
children | 566792b6e69e |
files | lisp/toolbar/left_arrow.xpm |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/toolbar/left_arrow.xpm Mon Oct 09 00:27:48 2000 +0000 +++ b/lisp/toolbar/left_arrow.xpm Mon Oct 09 01:01:02 2000 +0000 @@ -1,6 +1,6 @@ /* XPM */ -static char * tb_left_arrow_xpm[] = { -"24 25 42 1", +static char * left_arrow_xpm[] = { +"24 24 42 1", " c None", ". c #000000", "+ c #C6D7C3", @@ -66,5 +66,4 @@ " ", " ", " ", -" ", " "};