mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 14:50:17 +01: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:
@@ -1,10 +1,11 @@
|
||||
/* XPM */
|
||||
static const char * const TopFrequencyCursorXpm[] = {
|
||||
"32 32 4 1",
|
||||
"32 32 5 1",
|
||||
" c #FF0000",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"@ c #FE0000",
|
||||
"+ c #D4D4D4",
|
||||
"@ c #FFFFFF",
|
||||
"# c #FE0000",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
@@ -13,11 +14,11 @@ static const char * const TopFrequencyCursorXpm[] = {
|
||||
" ",
|
||||
" . ",
|
||||
" .+. ",
|
||||
" .+++. ",
|
||||
" .+++++. ",
|
||||
" .+++++++. ",
|
||||
" .+++++++++. ",
|
||||
" @.+++++++++.@ ",
|
||||
" .+@+. ",
|
||||
" .+@@@+. ",
|
||||
" .+@@@@@+. ",
|
||||
" .+@@@@@@@+. ",
|
||||
" #.+@@@@@@@+.# ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
|
||||
Reference in New Issue
Block a user