From 18fea23803554154dfc8437e495a08f147dd980d Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 19 Mar 2006 23:56:10 +0000 Subject: [project @ 2006-03-19 23:56:10 by rjek] Slightly alter ratio of radio button selected dot to work better when small svn path=/import/netsurf/; revision=2140 --- render/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') 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; -- cgit v1.2.3