mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
revert to thin lines for close cross icon
This commit is contained in:
parent
cf9983e4d7
commit
b48c7c0180
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ static void icon_close_cross (cairo_t *cr, const int width, const int height, co
|
|||
const double y = height * .5;
|
||||
const double o = .5 + std::min (x, y) * .4;
|
||||
ardour_icon_set_source_rgba (cr, fg_color);
|
||||
cairo_set_line_width (cr, 2.0);
|
||||
cairo_set_line_width (cr, 1.0);
|
||||
cairo_move_to (cr, x-o, y-o);
|
||||
cairo_line_to (cr, x+o, y+o);
|
||||
cairo_move_to (cr, x+o, y-o);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue