ui: fastmeter: themable outline color instead of hard coded black (use same theme color as button outline)

This commit is contained in:
jean-emmanuel 2023-12-08 16:25:10 +01:00
parent 08ad1af9dc
commit 759cee2d32
2 changed files with 10 additions and 2 deletions

View file

@ -96,6 +96,8 @@ private:
float current_user_level;
bool highlight;
uint32_t outline_color;
void vertical_expose (cairo_t*, cairo_rectangle_t*);
void vertical_size_request (GtkRequisition*);
void vertical_size_allocate (Gtk::Allocation&);