From 682e57092d2d8fa4e9f5de3864723403378be776 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 9 Oct 2000 01:01:02 +0000 Subject: [PATCH] Correct image size. --- lisp/toolbar/left_arrow.xpm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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[] = { " ", " ", " ", -" ", " "}; -- 2.39.2