diff options
Diffstat (limited to 'data/pixmaps/toolbar/palette-rests.xpm')
-rw-r--r-- | data/pixmaps/toolbar/palette-rests.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/palette-rests.xpm b/data/pixmaps/toolbar/palette-rests.xpm new file mode 100644 index 0000000..073beaf --- /dev/null +++ b/data/pixmaps/toolbar/palette-rests.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * palette_rests_xpm[] = { +"16 16 2 1", +" c None", +". c black", +" . ", +" . ", +" .. ", +" . ", +" .. . .. ", +" .... . ", +" . .. ", +" . . . ", +" .... . ", +" . . ", +" . . ... ", +" .. .. . ", +" . .. ", +" . . ", +" . . ", +" "}; |