mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Cropped link icon - Federico
This commit is contained in:
parent
1f96bb467b
commit
b440a3ee43
@ -1,18 +1,17 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * link_xpm[] = {
|
static char * link_xpm[] = {
|
||||||
"16 13 2 1",
|
"11 11 3 1",
|
||||||
" c #FFFFFFFFFFFF",
|
" c None",
|
||||||
". c #000000000000",
|
". c #000000",
|
||||||
" ",
|
"+ c #FFFFFF",
|
||||||
"...........",
|
"...........",
|
||||||
" . . ",
|
".+++++++++.",
|
||||||
" . .... . ",
|
".++++....+.",
|
||||||
" . ... . ",
|
".+++++...+.",
|
||||||
" . .... . ",
|
".++++....+.",
|
||||||
" . ... . . ",
|
".+++...+.+.",
|
||||||
" . ... . ",
|
".++...++++.",
|
||||||
" . ... . ",
|
".+...+++++.",
|
||||||
" . .. . ",
|
".++..+++++.",
|
||||||
" . . ",
|
".+++++++++.",
|
||||||
" ........... ",
|
"..........."};
|
||||||
" "};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user