mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-24 07:00:00 -05:00
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:
parent
5e77f279ba
commit
015579556d
9 changed files with 1713 additions and 1726 deletions
|
|
@ -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",
|
||||
" ",
|
||||
"........",
|
||||
"++++++++",
|
||||
"++++++++",
|
||||
"++++++++",
|
||||
"........"};
|
||||
"........",
|
||||
" "};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue