ui: meter: use sementically correct color name for meter outline

This commit is contained in:
jean-emmanuel 2023-12-13 18:45:38 +01:00
parent f8a2c847b5
commit e4d53629ed
10 changed files with 10 additions and 1 deletions

View file

@ -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 ();
}