Files
evolution/art/priority-high.xpm
Dan Winship 622c16f370 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
2001-01-11 19:36:06 +00:00

23 lines
424 B
C

/* XPM */
static char * priority_high_xpm[] = {
"16 16 3 1",
" c None",
". c #FFFFFF",
"X c #A7453E",
" ",
" ",
" . ",
" .X. ",
" .XXX. ",
" .XXX. ",
" .XXX. ",
" .XX. ",
" .XX. ",
" .X. ",
" .. ",
" .XX. ",
" .XX. ",
" .. ",
" ",
" "};