Correct image size.

This commit is contained in:
Miles Bader
2000-10-09 01:01:02 +00:00
parent 65b61266fd
commit 682e57092d

View File

@@ -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[] = {
" ",
" ",
" ",
" ",
" "};