Make the cross larger

palette
Jacopo De Simoi 4 years ago
parent b122e31eae
commit c62b7f03a4
  1. 2
      src/view/background/DottedBackgroundPainter.cpp

@ -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; };

Loading…
Cancel
Save