mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
add LED to sidechain toggle for consistency
This commit is contained in:
parent
d9a0a2bb7c
commit
ae653e0a2b
2 changed files with 3 additions and 3 deletions
|
|
@ -351,8 +351,7 @@
|
|||
<ColorAlias name="processor stub: fill" alias="color 46"/>
|
||||
<ColorAlias name="processor stub: fill active" alias="color 46"/>
|
||||
<ColorAlias name="pinrouting custom: led active" alias="color 86"/>
|
||||
<ColorAlias name="pinrouting sidechain: fill" alias="color 25"/>
|
||||
<ColorAlias name="pinrouting sidechain: fill active" alias="color 76"/>
|
||||
<ColorAlias name="pinrouting sidechain: led active" alias="color 50"/>
|
||||
<ColorAlias name="punch button: fill" alias="color 20"/>
|
||||
<ColorAlias name="punch button: fill active" alias="color 9"/>
|
||||
<ColorAlias name="punch button: led active" alias="color 4"/>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ PluginPinDialog::PluginPinDialog (boost::shared_ptr<ARDOUR::PluginInsert> pi)
|
|||
: ArdourWindow (string_compose (_("Pin Configuration: %1"), pi->name ()))
|
||||
, _set_config (_("Custom"), ArdourButton::led_default_elements)
|
||||
, _rst_mapping (_("Reset"))
|
||||
, _tgl_sidechain (_("Side Chain"))
|
||||
, _tgl_sidechain (_("Side Chain"), ArdourButton::led_default_elements)
|
||||
, _add_plugin (_("+"))
|
||||
, _del_plugin (_("-"))
|
||||
, _add_output_audio (_("+"))
|
||||
|
|
@ -91,6 +91,7 @@ PluginPinDialog::PluginPinDialog (boost::shared_ptr<ARDOUR::PluginInsert> pi)
|
|||
_margin_y = 2 * ceil (max (36., 40. * UIConfiguration::instance ().get_ui_scale ()) * .5);
|
||||
|
||||
_tgl_sidechain.set_name ("pinrouting sidechain");
|
||||
_set_config.set_name ("pinrouting custom");
|
||||
|
||||
_pm_size_group = SizeGroup::create (SIZE_GROUP_BOTH);
|
||||
_add_plugin.set_tweaks (ArdourButton::Square);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue