mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 16:11:11 +02:00
New mouse pointers and zoom icons
* Add custom draw tool cursor * Replace most old mouse cursors * Increase consistency with toolbar icons * Replace zoom icons in FreqWindow * Increase consistency across themes * Add custom selection adjustment cursor (The Windows ones looked like they originated from the DOS era.) Co-authored-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Signed-off-by: akleja <storspov@gmail.com> Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
39
images/Cursors32/ArrowLeftCursor.xpm
Normal file
39
images/Cursors32/ArrowLeftCursor.xpm
Normal file
@@ -0,0 +1,39 @@
|
||||
/* XPM */
|
||||
static const char * const ArrowLeftCursorXpm[] = {
|
||||
"32 32 4 1",
|
||||
" c #FF0000",
|
||||
". c #000000",
|
||||
"+ c #B4B4B4",
|
||||
"@ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" .@. ",
|
||||
" .@. ",
|
||||
" .@. ",
|
||||
" .@. .. ",
|
||||
" .@. .+. ",
|
||||
" .@. .+@. ",
|
||||
" .@. .+@@. ",
|
||||
" .@. .+@@@. ",
|
||||
" .@. .+@@@@............ ",
|
||||
" .@..+@@@@@@@@@@@@@@@@. ",
|
||||
" .@.+@@@@@@@@@@@@@@@@@. ",
|
||||
" .@.@@@@@@@@@@@@@@@@@@. ",
|
||||
" .@.+@@@@@@@@@@@@@@@@@. ",
|
||||
" .@..+@@@@@@@@@@@@@@@@. ",
|
||||
" .@. .+@@@@............ ",
|
||||
" .@. .+@@@. ",
|
||||
" .@. .+@@. ",
|
||||
" .@. .+@. ",
|
||||
" .@. .+. ",
|
||||
" .@. .. ",
|
||||
" .@. ",
|
||||
" .@. ",
|
||||
" .@. ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
Reference in New Issue
Block a user