Tweak mixer-icon's fader-caps

This commit is contained in:
Robin Gareus 2024-12-17 15:47:54 +01:00
parent 17cd211d06
commit 72aebf0308
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -1524,7 +1524,10 @@ icon_mixer (cairo_t* cr, const int width, const int height, const uint32_t fg_co
cairo_move_to (cr, x2 - ww, y2);
cairo_line_to (cr, x2 + ww, y2);
VECTORICONSTROKE (lw * 2.2, fg_color);
Gtkmm2ext::set_source_rgba (cr, fg_color);
cairo_set_line_cap (cr, CAIRO_LINE_CAP_BUTT);
cairo_set_line_width (cr, sqrt(lw * 4));
cairo_stroke (cr);
}
static void