1
0
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:
lllucius
2014-12-28 23:48:01 +00:00
parent e47bb71b08
commit a30f8398aa
3 changed files with 82 additions and 3 deletions

View File

@@ -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",
" .... ",
" .+@+#. ",
" ..$+%+&. ",
" .+*.=+-+;.",
" .>+*.%+,+.",
" .+=+=.'+'.",
" ..+)+;....",
" ..%+-+'.. ",
" .+..!~;.. ",
" .+....... ",
" .+... ",
" .+... ",
" .+... ",
" .+... ",
" .... ",
" .... .......",
" .. ..... ",
" . ... ",
". . "};