13
0

Reduce girth of "plus" icon

This commit is contained in:
Robin Gareus 2019-08-27 00:00:29 +02:00
parent b4addaaa0a
commit b01f6ead8b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1010,7 +1010,7 @@ static void icon_plus_sign (cairo_t *cr, const int width, const int height, cons
{
const double xc = rint (width * .5);
const double yc = rint (height * .5);
const int wh = std::min (width, height) * .1;
const double wh = ceil (std::min (width, height) * .077) / 2.0;
const int ln = std::min (width, height) * .33;
cairo_rectangle (cr,