mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Define a theme-able color for foldback return widgets
This commit is contained in:
parent
c991016021
commit
cef0e5d518
2 changed files with 10 additions and 2 deletions
|
|
@ -82,9 +82,9 @@ FoldbackSend::FoldbackSend (boost::shared_ptr<Send> snd, boost::shared_ptr<ARDOU
|
|||
_button.set_led_left (true);
|
||||
_button.signal_led_clicked.connect (sigc::mem_fun (*this, &FoldbackSend::led_clicked));
|
||||
if (_send_proc->get_pre_fader ()) {
|
||||
_button.set_name ("processor prefader");
|
||||
_button.set_name ("foldback prefader");
|
||||
} else {
|
||||
_button.set_name ("processor postfader");
|
||||
_button.set_name ("foldback postfader");
|
||||
}
|
||||
_button.set_layout_ellipsize_width (PX_SCALE (_width) * PANGO_SCALE);
|
||||
_button.set_text_ellipsize (Pango::ELLIPSIZE_END);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue