aboutsummaryrefslogtreecommitdiffstats
path: root/etc/images/custom/down.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'etc/images/custom/down.xpm')
-rw-r--r--etc/images/custom/down.xpm20
1 files changed, 9 insertions, 11 deletions
diff --git a/etc/images/custom/down.xpm b/etc/images/custom/down.xpm
index 5b7601f781..4205c6130f 100644
--- a/etc/images/custom/down.xpm
+++ b/etc/images/custom/down.xpm
@@ -1,17 +1,15 @@
/* XPM */
static char * down_xpm[] = {
-"10 10 4 1",
+"8 8 4 1",
" c none",
". c gray90",
"X c gray45",
"O c gray75",
-"..........",
-"........XX",
-" ..OOOOXX ",
-" ..OOOOXX ",
-" ..OOXX ",
-" ..OOXX ",
-" ..XX ",
-" ..XX ",
-" .X ",
-" .X "};
+"........",
+".OOOOOOX",
+" .OOOOX ",
+" .OOOOX ",
+" .OOX ",
+" .OOX ",
+" OX ",
+" OX "};