diff options
Diffstat (limited to 'data/pixmaps/transport/button-solo.xpm')
-rw-r--r-- | data/pixmaps/transport/button-solo.xpm | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/pixmaps/transport/button-solo.xpm b/data/pixmaps/transport/button-solo.xpm new file mode 100644 index 0000000..38ce9d3 --- /dev/null +++ b/data/pixmaps/transport/button-solo.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char * button_solo_xpm[] = { +"40 40 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" .......... ", +" ............ ", +" .............. ", +" ..... ..... ", +" ...... ..... ", +" ...... ", +" ......... ", +" ............ ", +" ............. ", +" ............ ", +" ......... ", +" ...... ", +" ..... ..... ", +" ..... ..... ", +" ...... ...... ", +" .............. ", +" ............ ", +" .......... ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |