@ -23,7 +23,7 @@ void DottedBackgroundPainter::paintBackgroundDotted() {
cairo_set_line_width(cr, lineWidth * lineWidthFactor);
cairo_set_line_cap(cr, CAIRO_LINE_CAP_ROUND);
double delta=1.5*
double delta=3*
lineWidth*lineWidthFactor;
auto pos = [dr1 = drawRaster1](int i) { return dr1 + i * dr1; };