mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Let's try narrower icons...
...to see if it removes enough "gray" space on the left of the vertical meter to be bareable.
This commit is contained in:
@@ -34,3 +34,41 @@ static const char * SpeakerMenu_xpm[] = {
|
||||
" $$$$$ ",
|
||||
" $$$ ",
|
||||
" $ "};
|
||||
|
||||
/* XPM */
|
||||
static const char * SpeakerMenuNarrow_xpm[] = {
|
||||
"19 19 14 1",
|
||||
" c None",
|
||||
". c #C1C1C1",
|
||||
"+ c #2F2F2F",
|
||||
"@ c #707070",
|
||||
"# c #4B4B4B",
|
||||
"$ c #000000",
|
||||
"% c #090909",
|
||||
"& c #383838",
|
||||
"* c #838383",
|
||||
"= c #7A7A7A",
|
||||
"- c #414141",
|
||||
"; c #8C8C8C",
|
||||
"> c #131313",
|
||||
", c #676767",
|
||||
" . ",
|
||||
" + ",
|
||||
" @ #@ ",
|
||||
" $ % ",
|
||||
" &$ & *& ",
|
||||
" ===$$ -= $ ",
|
||||
" $$$$$ $ $ ",
|
||||
" $$$$$ $ $ ",
|
||||
" &&&$$ *& $ ",
|
||||
" $$ % $ ",
|
||||
" @$ @ #@ ",
|
||||
" + ;+ ",
|
||||
" . >. ",
|
||||
" , ",
|
||||
" ",
|
||||
" $$$$$$$",
|
||||
" $$$$$ ",
|
||||
" $$$ ",
|
||||
" $ "};
|
||||
|
Reference in New Issue
Block a user