mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
VU meter label color&shadow tweak by the_CLA
This commit is contained in:
parent
dd8c5f9144
commit
af49c39d3d
2 changed files with 3 additions and 3 deletions
|
|
@ -782,8 +782,8 @@ meter_render_metrics (Gtk::Widget& w, MeterType type, vector<DataType> types)
|
|||
cairo_move_to (cr, width-3-tw, p);
|
||||
}
|
||||
|
||||
cairo_set_line_width(cr, 1.5);
|
||||
cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, .15);
|
||||
cairo_set_line_width(cr, 0.12);
|
||||
cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, 1.0);
|
||||
pango_cairo_layout_path(cr, layout->gobj());
|
||||
cairo_stroke_preserve (cr);
|
||||
cairo_set_line_width(cr, 1.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue