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