From 6fd060bfb8c66ec733db70680f765085ec43b637 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 16 Feb 2010 09:28:41 -0500 Subject: [PATCH] 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. --- etc/ChangeLog | 7 +++++++ etc/images/custom/down-pushed.xpm | 8 ++++++-- etc/images/custom/down.xpm | 8 ++++++-- etc/images/custom/right-pushed.xpm | 8 ++++++-- etc/images/custom/right.xpm | 8 ++++++-- 5 files changed, 31 insertions(+), 8 deletions(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index a5ab8ee4452..b67b69a361b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,10 @@ +2010-02-14 Chong Yidong + + * 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 * 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 ", +" ", +" ", +" ", +" " };