13
0

thicken up lines of close cross icon

This commit is contained in:
Paul Davis 2015-07-23 08:35:04 -04:00
parent 291575683c
commit e2dfc10698

View File

@ -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, 1);
cairo_set_line_width (cr, 2.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);