summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html_redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 8468d645d..4b5c57b52 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -935,7 +935,7 @@ bool html_redraw_radio(int x, int y, int width, int height,
return false;
if (selected)
if (!plot.disc(x + width * 0.5, y + height * 0.5,
- width * 0.4 - 1, 0x0000ff, TRUE))
+ width * 0.3 - 1, 0x0000ff, TRUE))
return false;
return true;