mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 18:36:25 +02:00
21 lines
314 B
C
21 lines
314 B
C
/* XPM */
|
|
static char * btn_viewunits_xpm[] = {
|
|
"11 14 3 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF",
|
|
" .... ",
|
|
" .++++..",
|
|
" .+++++.",
|
|
" ....+++.",
|
|
" .++++..+.",
|
|
" .+++++.+.",
|
|
" ....+++.+.",
|
|
".++++..+...",
|
|
".+++++.+. ",
|
|
".+++++.+. ",
|
|
".+++++... ",
|
|
".+++++. ",
|
|
".+++++. ",
|
|
"....... "};
|