1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Improve appearance of disabled mixer toolbar sliders.

This commit is contained in:
BusinessmanProgrammerSteve
2010-03-04 23:07:37 +00:00
parent ac664e2fab
commit 2b270e7a13
5 changed files with 39 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ static const char * SliderThumbDisabled[] = {
"11 14 7 1",
" c None",
". c #DEDEDE",
"+ c #888888",
"+ c #777777",
"@ c #EEEEEE",
"# c #C8C8C8",
"$ c #999999",

View File

@@ -3,7 +3,7 @@ static const char * SliderThumb_VerticalDisabled[] = {
"14 11 7 1",
" c None",
". c #DEDEDE",
"+ c #888888",
"+ c #777777",
"@ c #EEEEEE",
"# c #C8C8C8",
"$ c #F2F2F2",