1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00
audacity/images/SliderThumbAlpha.xpm
2018-03-27 05:36:02 -04:00

21 lines
316 B
C

/* XPM */
static const char * const SliderThumbAlpha[] = {
"11 14 2 1",
". c #000000",
"# c #ffffff",
"..#######..",
".#########.",
"###########",
"###########",
"###########",
"###########",
"###########",
"###########",
"###########",
".#########.",
"..#######..",
"...#####...",
"....###....",
".....#....."
};