aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-09-21 17:40:05 +0200
committerThomas White <taw@physics.org>2017-09-21 17:40:05 +0200
commitda0eb05f93b9e503b2003fcea77dd68372fc855d (patch)
tree1139b2b7dd33b7d35f43a32ee1bfece739e3f758 /src/dw-hdfsee.c
parent7cb96096d93073e4fa97e15fa9e37b9ebc2d88bb (diff)
hdfsee: Increase ring thickness
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r--src/dw-hdfsee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index 0336f25e..28e78560 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -507,7 +507,7 @@ static int draw_stuff(cairo_surface_t *surf, DisplayWindow *dw)
}
- cairo_set_line_width(cr, 0.75/dw->binning);
+ cairo_set_line_width(cr, 1.75/dw->binning);
cairo_stroke(cr);
;
}