mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix up requested color names everywhere.
Thank <deity> for emacs ... space-uncamelcase-word-at-point FTW
This commit is contained in:
parent
f00fa04f10
commit
56ca52651e
30 changed files with 195 additions and 195 deletions
|
|
@ -763,8 +763,8 @@ GenericPluginUI::build_control_ui (const Evoral::Parameter& param,
|
|||
0xcccc00ff, 0xcccc00ff,
|
||||
0xffaa00ff, 0xffaa00ff,
|
||||
0xff0000ff,
|
||||
ARDOUR_UI::config()->color ("MeterBackgroundBot"),
|
||||
ARDOUR_UI::config()->color ("MeterBackgroundTop")
|
||||
ARDOUR_UI::config()->color ("meter background bottom"),
|
||||
ARDOUR_UI::config()->color ("meter background top")
|
||||
);
|
||||
|
||||
info->min_unbound = desc.min_unbound;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue