From 622c16f370ec8b424ad924784bf9ea8eb84050f9 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 11 Jan 2001 19:36:06 +0000 Subject: 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 --- art/priority-high.xpm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'art') diff --git a/art/priority-high.xpm b/art/priority-high.xpm index 8858f5bf94..884c8b8236 100644 --- a/art/priority-high.xpm +++ b/art/priority-high.xpm @@ -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. ", " .. ", " ", -" ", " "}; -- cgit v1.2.3