From: Miles Bader Date: Mon, 9 Oct 2000 01:01:02 +0000 (+0000) Subject: Correct image size. X-Git-Tag: emacs-pretest-21.0.90~1011 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=682e57092d2d8fa4e9f5de3864723403378be776;p=emacs.git Correct image size. --- diff --git a/lisp/toolbar/left_arrow.xpm b/lisp/toolbar/left_arrow.xpm index 8e40eb5fb3b..d7b38d83558 100644 --- a/lisp/toolbar/left_arrow.xpm +++ b/lisp/toolbar/left_arrow.xpm @@ -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 @@ static char * tb_left_arrow_xpm[] = { " ", " ", " ", -" ", " "};