summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog7
-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
5 files changed, 31 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 8f1fe13efe9..eac119e6b6b 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-14 Chong Yidong <cyd@stupidchicken.com>
+
+ * 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.
+
2010-01-16 Mario Lang <mlang@delysid.org>
* srecode/doc-cpp.srt, srecode/doc-default.srt:
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 ",
+" ",
+" ",
+" ",
+" " };