1
0
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:
Panagiotis Vasilopoulos
2021-07-18 20:28:53 +00:00
committed by GitHub
parent f46015d63c
commit eb7b71950b
15 changed files with 483 additions and 547 deletions

View File

@@ -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",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .... ",
" ... ... ",
" . .. .. ",
" .... . ",
" ... . ",
" .... . ",
" . ",
" .. ",
" ... ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};