summaryrefslogtreecommitdiff
path: root/etc/images
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-02-16 09:28:41 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-02-16 09:28:41 -0500
commit6fd060bfb8c66ec733db70680f765085ec43b637 (patch)
tree4b400983dff8144619a21e124513e6e4157b07b2 /etc/images
parent05bbe066a68442dca234abb2c2f479bb0c2a293f (diff)
downloademacs-6fd060bfb8c66ec733db70680f765085ec43b637.tar.gz
Small edit to custom images for better text alignment.
* etc/images/custom/down-pushed.xpm, etc/images/custom/down.xpm: * etc/images/custom/right-pushed.xpm: * etc/images/custom/right-pushed.xpm: Increase height by four pixels, to improve text alignment.
Diffstat (limited to 'etc/images')
-rw-r--r--etc/images/custom/down-pushed.xpm8
-rw-r--r--etc/images/custom/down.xpm8
-rw-r--r--etc/images/custom/right-pushed.xpm8
-rw-r--r--etc/images/custom/right.xpm8
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 ",
+" ",
+" ",
+" ",
+" " };