]> git.eshelyaron.com Git - emacs.git/commitdiff
Small edit to custom images for better text alignment.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 16 Feb 2010 14:28:41 +0000 (09:28 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 16 Feb 2010 14:28:41 +0000 (09:28 -0500)
* 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
etc/images/custom/down-pushed.xpm
etc/images/custom/down.xpm
etc/images/custom/right-pushed.xpm
etc/images/custom/right.xpm

index a5ab8ee4452e93be2a4441b27ea9cf89e926acd8..b67b69a361b7e46537af81cd54dcc2bdfddd265b 100644 (file)
@@ -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:
index a3b8fc909b9a5587d6d31843dfecab4f62245e69..7342336956b545effeba63992f0b133703118001 100644 (file)
@@ -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   ",
+"        ",
+"        ",
+"        ",
+"        "};
index 4205c6130f817923278d13b4783c1072a1ddc778..4ddb255bc4436c1e51b2a942c8ad0edd769beea2 100644 (file)
@@ -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   ",
+"        ",
+"        ",
+"        ",
+"        "};
index ca17b3a4825c5d89a387c5ead68d38f93713f5dd..1b8aeaf7776e0f7b8fbc4b42138a26de11dad9b5 100644 (file)
@@ -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      ",
+"        ",
+"        ",
+"        ",
+"        "};
index 726830bab4a6031c7f779dff40d14d5c75e82a49..c75f7e74058e8f8df86f731e7fa3281d9b8490d9 100644 (file)
@@ -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      ",
+"        ",
+"        ",
+"        ",
+"        " };