diff options
Diffstat (limited to 'data/pixmaps/toolbar/text_sf.xpm')
-rw-r--r-- | data/pixmaps/toolbar/text_sf.xpm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/text_sf.xpm b/data/pixmaps/toolbar/text_sf.xpm new file mode 100644 index 0000000..81bd468 --- /dev/null +++ b/data/pixmaps/toolbar/text_sf.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"9 7 2 1", +" c Gray0", +". c None", +/* pixels */ +"....... ", +".. . ..", +". .... ..", +". .", +"... . ...", +" . ....", +".... ...." +}; |