diff options
Diffstat (limited to 'etc/images')
-rw-r--r-- | etc/images/custom/down-pushed.xpm | 8 | ||||
-rw-r--r-- | etc/images/custom/down.xpm | 8 | ||||
-rw-r--r-- | etc/images/custom/right-pushed.xpm | 8 | ||||
-rw-r--r-- | etc/images/custom/right.xpm | 8 |
4 files changed, 24 insertions, 8 deletions
diff --git a/etc/images/custom/down-pushed.xpm b/etc/images/custom/down-pushed.xpm index a3b8fc909b9..7342336956b 100644 --- a/etc/images/custom/down-pushed.xpm +++ b/etc/images/custom/down-pushed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * down_pushed_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray45", "X c gray90", @@ -12,4 +12,8 @@ static char * down_pushed_xpm[] = { " .OOX ", " .OOX ", " OX ", -" OX "}; +" OX ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/custom/down.xpm b/etc/images/custom/down.xpm index 4205c6130f8..4ddb255bc44 100644 --- a/etc/images/custom/down.xpm +++ b/etc/images/custom/down.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * down_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray90", "X c gray45", @@ -12,4 +12,8 @@ static char * down_xpm[] = { " .OOX ", " .OOX ", " OX ", -" OX "}; +" OX ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/custom/right-pushed.xpm b/etc/images/custom/right-pushed.xpm index ca17b3a4825..1b8aeaf7776 100644 --- a/etc/images/custom/right-pushed.xpm +++ b/etc/images/custom/right-pushed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * right_pushed_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray45", "X c gray90", @@ -12,4 +12,8 @@ static char * right_pushed_xpm[] = { "..OOOOXX", "..OOXX ", "..XX ", -"OO "}; +"OO ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/custom/right.xpm b/etc/images/custom/right.xpm index 726830bab4a..c75f7e74058 100644 --- a/etc/images/custom/right.xpm +++ b/etc/images/custom/right.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * right_xpm[] = { -"8 8 4 1", +"8 12 4 1", " c none", ". c gray90", "X c gray45", @@ -12,4 +12,8 @@ static char * right_xpm[] = { "..OOOOXX", "..OOXX ", "..XX ", -"OO "}; +"OO ", +" ", +" ", +" ", +" " }; |