diff options
Diffstat (limited to 'kommander/widgets/pixmaps/textitalic.xpm')
-rw-r--r-- | kommander/widgets/pixmaps/textitalic.xpm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kommander/widgets/pixmaps/textitalic.xpm b/kommander/widgets/pixmaps/textitalic.xpm new file mode 100644 index 00000000..4cbee92c --- /dev/null +++ b/kommander/widgets/pixmaps/textitalic.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const italic_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ..... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ..... ", +" ", +" ", +" ", +" "}; |