mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
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.
This commit is contained in:
parent
05bbe066a6
commit
6fd060bfb8
@ -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:
|
||||
|
@ -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 ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
@ -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 ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
@ -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 ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
@ -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 ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" " };
|
||||
|
Loading…
Reference in New Issue
Block a user