mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
ui: fader: use sementically correct color name for fader outline
This commit is contained in:
parent
e4d53629ed
commit
be0e6ac613
10 changed files with 10 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ ArdourFader::ArdourFader (Gtk::Adjustment& adj, int orientation, int fader_lengt
|
|||
CairoWidget::set_size_request(_span, _girth);
|
||||
}
|
||||
|
||||
outline_color = UIConfigurationBase::instance().color ("generic button: outline");
|
||||
outline_color = UIConfigurationBase::instance().color ("fader outline");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue