mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Missing cursor xpms that I meant to add with the previous commit.
This commit is contained in:
38
images/Cursors32/BottomFrequencyCursor.xpm
Normal file
38
images/Cursors32/BottomFrequencyCursor.xpm
Normal file
@@ -0,0 +1,38 @@
|
||||
/* XPM */
|
||||
static const char * BottomFrequencyCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"..........#############.........",
|
||||
"...........#+++++++++#..........",
|
||||
"............#+++++++#...........",
|
||||
".............#+++++#............",
|
||||
"..............#+++#.............",
|
||||
"...............#+#..............",
|
||||
"................#...............",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"};
|
||||
Reference in New Issue
Block a user