Files
evolution/widgets/table/tree-unexpanded.xpm
Chris Toshok a36a52e0de flip black and gray, the way i intended them to be.
2000-10-02  Chris Toshok  <toshok@helixcode.com>

	* tree-unexpanded.xpm: flip black and gray, the way i intended them to be.

	* tree-expanded.xpm: same.

svn path=/trunk/; revision=5665
2000-10-02 19:43:43 +00:00

24 lines
446 B
C

/* XPM */
static char * tree_unexpanded_xpm[] = {
"16 16 4 1",
" c None",
". c #FFFFFF",
"* c #000000",
"+ c #666666",
" ",
" ",
" ",
" ",
" +++++++++ ",
" +.......+ ",
" +...*...+ ",
" +...*...+ ",
" +.*****.+ ",
" +...*...+ ",
" +...*...+ ",
" +.......+ ",
" +++++++++ ",
" ",
" ",
" "};