[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
This commit is contained in:
Rob Kendrick 2006-03-19 23:56:10 +00:00
parent 5c7b5d81ad
commit 18fea23803
1 changed files with 1 additions and 1 deletions

View File

@ -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;