kicad-source/bitmaps/Hierarchy_Nav.xpm
kajtek1 3e5a78b0d3 Moved and fixed all XPM files to /bitmaps directory.
Fixed all related files also.
2008-05-22 14:20:52 +00:00

32 lines
553 B
C

/* XPM */
#ifndef XPMMAIN
extern const char *hierarchy_nav_xpm[];
#else
const char * hierarchy_nav_xpm[] = {
"16 16 7 1",
" c None",
". c #000000",
"+ c #D783D7",
"@ c #9B9B9B",
"# c #373737",
"$ c #83D7D7",
"% c #83D783",
"........ ",
".++++++.@ ",
"........@ ",
" #@@@@@@@ ",
" # ........ ",
" ##.$$$$$$.@ ",
" ........@ ",
" #@@@@@@@ ",
" # ........ ",
" ###.%%%%%%.@",
" # ........@",
" # @@@@@@@@",
" # ........ ",
" ###.%%%%%%.@",
" ........@",
" @@@@@@@@"};
#endif