mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
Improve existing icons
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
committed by
GitHub
parent
f46015d63c
commit
eb7b71950b
@@ -1,30 +1,29 @@
|
||||
/* XPM */
|
||||
static const char * const UndoAlpha[] = {
|
||||
"26 24 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"............++++..........",
|
||||
"..........+++..+++........",
|
||||
"......+..++......++.......",
|
||||
"......++++........+.......",
|
||||
"......+++.........+.......",
|
||||
"......++++........+.......",
|
||||
"..................+.......",
|
||||
".................++.......",
|
||||
"...............+++........",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
"..........................",
|
||||
".........................."};
|
||||
"26 24 2 1",
|
||||
" c #000000",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .... ",
|
||||
" ... ... ",
|
||||
" . .. .. ",
|
||||
" .... . ",
|
||||
" ... . ",
|
||||
" .... . ",
|
||||
" . ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
Reference in New Issue
Block a user