diff --git a/src/client/widgets/xyplot/xyplot.c b/src/client/widgets/xyplot/xyplot.c
index 9643bedb95c30b1250f500d272f1b16c3f06716a..61a627f1572001f7bb7ab116358a3d1055d38a3f 100644
--- a/src/client/widgets/xyplot/xyplot.c
+++ b/src/client/widgets/xyplot/xyplot.c
@@ -2642,7 +2642,7 @@ static void xyplot_draw_circles(XYPlot *p, cairo_t *cr, struct graph *g)
 
 	cs = xyplot_create_circle_surface(cr, g, 4.0, TRUE);
 
-	xyplot_draw_from_surface(p, cr, g, cs, 4.0, 4.0);
+	xyplot_draw_from_surface(p, cr, g, cs, 6.0, 6.0);
 
 	cairo_surface_destroy(cs);
 }