diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-20 09:22:01 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-20 09:22:01 +0000 |
commit | c8147e31e3a0cb53c12076da6ba12eda72335f6d (patch) | |
tree | 7d500bcd585c9bdf3b5e360d3f1f97bc389efd92 /src/icons | |
parent | 3daf0ed1e096908375572a628f6941b49afe8fc8 (diff) |
replaced the clip icon with more visible one on selected row.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3113 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/icons')
-rw-r--r-- | src/icons/clip.xpm | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/icons/clip.xpm b/src/icons/clip.xpm index 2a72c5c2..e695c99f 100644 --- a/src/icons/clip.xpm +++ b/src/icons/clip.xpm @@ -1,16 +1,19 @@ /* XPM */ static char * clip_xpm[] = { -"6 11 2 1", +"8 12 4 1", " c None", ". c #000000", -" ... ", -" . .", -" . .", -".. ..", -".. ..", -".. ..", -".. ..", -". .. .", -". .", -". .", -" .... "}; +"+ c #F4F4F4", +"@ c #4A4A4A", +" ... ", +" .+++. ", +" .+@@@+.", +" .+@@@+.", +".++@@++.", +".++@@++.", +".++@@++.", +".+@++@+.", +".+@@@@+.", +".+@@@@+.", +" .++++. ", +" .... "}; |