
* 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
23 lines
424 B
C
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. ",
|
|
" .. ",
|
|
" ",
|
|
" "};
|