emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99507: Small edit to custom images f


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99507: Small edit to custom images for better text alignment.
Date: Tue, 16 Feb 2010 09:28:41 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99507
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2010-02-16 09:28:41 -0500
message:
  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.
modified:
  etc/ChangeLog
  etc/images/custom/down-pushed.xpm
  etc/images/custom/down.xpm
  etc/images/custom/right-pushed.xpm
  etc/images/custom/right.xpm
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2010-01-16 02:51:50 +0000
+++ b/etc/ChangeLog     2010-02-16 14:28:41 +0000
@@ -1,3 +1,10 @@
+2010-02-14  Chong Yidong  <address@hidden>
+
+       * 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  <address@hidden>
 
        * srecode/doc-cpp.srt, srecode/doc-default.srt:

=== modified file 'etc/images/custom/down-pushed.xpm'
--- a/etc/images/custom/down-pushed.xpm 2008-11-17 18:38:01 +0000
+++ b/etc/images/custom/down-pushed.xpm 2010-02-16 14:28:41 +0000
@@ -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 @@
 "  .OOX  ",
 "  .OOX  ",
 "   OX   ",
-"   OX   "};
+"   OX   ",
+"        ",
+"        ",
+"        ",
+"        "};

=== modified file 'etc/images/custom/down.xpm'
--- a/etc/images/custom/down.xpm        2008-11-17 18:38:01 +0000
+++ b/etc/images/custom/down.xpm        2010-02-16 14:28:41 +0000
@@ -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 @@
 "  .OOX  ",
 "  .OOX  ",
 "   OX   ",
-"   OX   "};
+"   OX   ",
+"        ",
+"        ",
+"        ",
+"        "};

=== modified file 'etc/images/custom/right-pushed.xpm'
--- a/etc/images/custom/right-pushed.xpm        2008-11-17 18:38:01 +0000
+++ b/etc/images/custom/right-pushed.xpm        2010-02-16 14:28:41 +0000
@@ -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 @@
 "..OOOOXX",
 "..OOXX  ",
 "..XX    ",
-"OO      "};
+"OO      ",
+"        ",
+"        ",
+"        ",
+"        "};

=== modified file 'etc/images/custom/right.xpm'
--- a/etc/images/custom/right.xpm       2008-11-17 18:38:01 +0000
+++ b/etc/images/custom/right.xpm       2010-02-16 14:28:41 +0000
@@ -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 @@
 "..OOOOXX",
 "..OOXX  ",
 "..XX    ",
-"OO      "};
+"OO      ",
+"        ",
+"        ",
+"        ",
+"        " };


reply via email to

[Prev in Thread] Current Thread [Next in Thread]