aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-12 03:36:06 +0800
committerDan Winship <danw@src.gnome.org>2001-01-12 03:36:06 +0800
commit622c16f370ec8b424ad924784bf9ea8eb84050f9 (patch)
tree8c32592c252ab68f01e62e2170e84595ff7860f0
parent76db8f7ba9e9d947a715c2ec5501fd481671dbd3 (diff)
downloadgsoc2013-evolution-622c16f370ec8b424ad924784bf9ea8eb84050f9.tar
gsoc2013-evolution-622c16f370ec8b424ad924784bf9ea8eb84050f9.tar.gz
gsoc2013-evolution-622c16f370ec8b424ad924784bf9ea8eb84050f9.tar.bz2
gsoc2013-evolution-622c16f370ec8b424ad924784bf9ea8eb84050f9.tar.lz
gsoc2013-evolution-622c16f370ec8b424ad924784bf9ea8eb84050f9.tar.xz
gsoc2013-evolution-622c16f370ec8b424ad924784bf9ea8eb84050f9.tar.zst
gsoc2013-evolution-622c16f370ec8b424ad924784bf9ea8eb84050f9.zip
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
-rw-r--r--ChangeLog6
-rw-r--r--art/priority-high.xpm23
2 files changed, 18 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 902a1313f0..6b4f17761e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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. ",
" .. ",
" ",
-" ",
" "};