From c62b7f03a49e328fde7c36e6d09635a2f54178d6 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 30 Nov 2021 22:37:32 -0500 Subject: [PATCH] Make the cross larger --- src/view/background/DottedBackgroundPainter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/background/DottedBackgroundPainter.cpp b/src/view/background/DottedBackgroundPainter.cpp index cd34ff2f..86c09c23 100644 --- a/src/view/background/DottedBackgroundPainter.cpp +++ b/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; };