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