Add a white outline around the "!" so it still shows up clearly in
* art/priority-high.xpm: Add a white outline around the "!" so it still shows up clearly in selected rows when your theme selection color is reddish. (Problem pointed out by Federico.) svn path=/trunk/; revision=7400
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2001-01-11 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* art/priority-high.xpm: Add a white outline around the "!" so it
|
||||
still shows up clearly in selected rows when your theme selection
|
||||
color is reddish. (Problem pointed out by Federico.)
|
||||
|
||||
2001-01-11 Federico Mena Quintero <federico@helixcode.com>
|
||||
|
||||
* configure.in: At the end of the configure process, report
|
||||
|
||||
@ -1,21 +1,22 @@
|
||||
/* XPM */
|
||||
static char * priority_high_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #A7453E",
|
||||
" ",
|
||||
". c #FFFFFF",
|
||||
"X c #A7453E",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" .. ",
|
||||
" . ",
|
||||
" ",
|
||||
" .X. ",
|
||||
" .XXX. ",
|
||||
" .XXX. ",
|
||||
" .XXX. ",
|
||||
" .XX. ",
|
||||
" .XX. ",
|
||||
" .X. ",
|
||||
" .. ",
|
||||
" .XX. ",
|
||||
" .XX. ",
|
||||
" .. ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
||||
Reference in New Issue
Block a user