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
5 changed files with 31 additions and 8 deletions
|
@ -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…
Add table
Reference in a new issue