mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
ui: meter: use sementically correct color name for meter outline
This commit is contained in:
parent
f8a2c847b5
commit
e4d53629ed
10 changed files with 10 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ FastMeter::FastMeter (long hold, unsigned long dimen, Orientation o, int len,
|
|||
request_width = pixrect.width + 2;
|
||||
request_height= pixrect.height + 2;
|
||||
|
||||
outline_color = UIConfigurationBase::instance().color ("generic button: outline");
|
||||
outline_color = UIConfigurationBase::instance().color ("meter outline");
|
||||
|
||||
clear ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue