mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
update processor control toggle button style
This commit is contained in:
parent
7eca991971
commit
34d8c762c8
4 changed files with 12 additions and 7 deletions
|
|
@ -841,6 +841,10 @@ style "plugin_slider"
|
|||
text[PRELIGHT] = @@COLPREFIX@_text
|
||||
}
|
||||
|
||||
style "processor_control_button" = "very_small_text"
|
||||
{
|
||||
}
|
||||
|
||||
style "processor_control_slider" = "plugin_slider"
|
||||
{
|
||||
bg[PRELIGHT] = @@COLPREFIX@_darkest
|
||||
|
|
|
|||
|
|
@ -186,12 +186,12 @@
|
|||
<Option name="processor postfader: led active" value="78cb4eff"/>
|
||||
<Option name="processor postfader: text" value="aaaaa3ff"/>
|
||||
<Option name="processor postfader: text active" value="eeeeecff"/>
|
||||
<Option name="processor control button: fill start" value="000000ff"/>
|
||||
<Option name="processor control button: fill end" value="000000ff"/>
|
||||
<Option name="processor control button: fill start active" value="000000ff"/>
|
||||
<Option name="processor control button: fill end active" value="000000ff"/>
|
||||
<Option name="processor control button: led" value="000000ff"/>
|
||||
<Option name="processor control button: led active" value="ff0000ff"/>
|
||||
<Option name="processor control button: fill start" value="222222ff"/>
|
||||
<Option name="processor control button: fill end" value="333333ff"/>
|
||||
<Option name="processor control button: fill start active" value="444444ff"/>
|
||||
<Option name="processor control button: fill end active" value="333333ff"/>
|
||||
<Option name="processor control button: led" value="224400ff"/>
|
||||
<Option name="processor control button: led active" value="99cc00ff"/>
|
||||
<Option name="processor control button: text" value="ffffffff"/>
|
||||
<Option name="processor control button: text active" value="ffffffff"/>
|
||||
<Option name="monitor button: fill start" value="5f5a58ff"/>
|
||||
|
|
|
|||
|
|
@ -239,6 +239,7 @@ widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
|
|||
widget "*PluginUIClickBox" style:highest "medium_bold_entry"
|
||||
widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
|
||||
widget "*ProcessorControlSlider" style:highest "processor_control_slider"
|
||||
widget "*processor control button" style:highest "processor_control_button"
|
||||
widget "*PluginSlider" style:highest "plugin_slider"
|
||||
widget "*GainFader" style:highest "plugin_slider"
|
||||
widget "*MixerTrackCommentArea" style:highest "option_entry"
|
||||
|
|
|
|||
|
|
@ -443,7 +443,7 @@ ProcessorEntry::Control::Control (boost::shared_ptr<AutomationControl> c, string
|
|||
, _adjustment (gain_to_slider_position_with_max (1.0, Config->get_max_gain()), 0, 1, 0.01, 0.1)
|
||||
, _slider (&_adjustment, 0, 13, false)
|
||||
, _slider_persistant_tooltip (&_slider)
|
||||
, _button (ArdourButton::Element (ArdourButton::Text | ArdourButton::Indicator))
|
||||
, _button (ArdourButton::led_default_elements)
|
||||
, _ignore_ui_adjustment (false)
|
||||
, _visible (false)
|
||||
, _name (n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue