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:
@@ -38,3 +38,44 @@ static const char * MicMenu_xpm[] = {
|
||||
" .. ..... ",
|
||||
" . ... ",
|
||||
". . "};
|
||||
|
||||
/* XPM */
|
||||
static const char * MicMenuNarrow_xpm[] = {
|
||||
"19 19 18 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #DCDCDC",
|
||||
"@ c #B5B5B5",
|
||||
"# c #8C8C8C",
|
||||
"$ c #D6D6D6",
|
||||
"% c #9C9C9C",
|
||||
"& c #6B6B6B",
|
||||
"* c #EFEFEF",
|
||||
"= c #C6C6C6",
|
||||
"- c #737373",
|
||||
"; c #4A4A4A",
|
||||
"> c #DEDEDE",
|
||||
", c #424242",
|
||||
"' c #212121",
|
||||
") c #ADADAD",
|
||||
"! c #848484",
|
||||
"~ c #636363",
|
||||
" .... ",
|
||||
" .+@+#. ",
|
||||
" ..$+%+&. ",
|
||||
" .+*.=+-+;.",
|
||||
" .>+*.%+,+.",
|
||||
" .+=+=.'+'.",
|
||||
" ..+)+;....",
|
||||
" ..%+-+'.. ",
|
||||
" .+..!~;.. ",
|
||||
" .+....... ",
|
||||
" .+... ",
|
||||
" .+... ",
|
||||
" .+... ",
|
||||
" .+... ",
|
||||
" .... ",
|
||||
" .... .......",
|
||||
" .. ..... ",
|
||||
" . ... ",
|
||||
". . "};
|
||||
|
Reference in New Issue
Block a user