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
This commit is contained in:
committed by
Chris Toshok
parent
e459a0465f
commit
a36a52e0de
@ -3,8 +3,8 @@ static char * tree_expanded_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"* c #666666",
|
||||
"+ c #000000",
|
||||
"* c #000000",
|
||||
"+ c #666666",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
|
||||
@ -3,8 +3,8 @@ static char * tree_unexpanded_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
"* c #666666",
|
||||
"+ c #000000",
|
||||
"* c #000000",
|
||||
"+ c #666666",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
|
||||
Reference in New Issue
Block a user