VU meter label color&shadow tweak by the_CLA

This commit is contained in:
Robin Gareus 2013-07-25 11:06:58 +02:00
parent ec0e92c3ab
commit 5ad4b3cd7a
2 changed files with 3 additions and 3 deletions

View File

@ -1003,7 +1003,7 @@ style "meter_strip_ppm" = "default"
style "meter_strip_vu" = "default"
{
bg[NORMAL] = { .95, .88, .57 }
bg[NORMAL] = { .84, .77, .58 }
fg[NORMAL] = { 0.0, 0.0, 0.0 }
}

View File

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