hdspmixer: Improve pixmaps

- Added tick marks at 4dB intervals
- Small fixes and cleanup to buttons
- Better ALSA branding

All pixmaps provided by Reuben Martin.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Adrian Knoth 2011-03-22 11:53:45 +01:00 committed by Takashi Iwai
parent 5e77f279ba
commit 015579556d
9 changed files with 1713 additions and 1726 deletions

View file

@ -1,11 +1,11 @@
/* XPM */
const char * peak_xpm[] = {
char const * peak_xpm[] = {
"8 5 3 1",
" c None",
". c #EBE000",
"+ c #FFFF45",
" c #EBE000",
". c #FFFF45",
"+ c #FFFFAB",
" ",
"........",
"++++++++",
"++++++++",
"++++++++",
"........"};
"........",
" "};