mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
[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:
parent
5c7b5d81ad
commit
18fea23803
@ -935,7 +935,7 @@ bool html_redraw_radio(int x, int y, int width, int height,
|
|||||||
return false;
|
return false;
|
||||||
if (selected)
|
if (selected)
|
||||||
if (!plot.disc(x + width * 0.5, y + height * 0.5,
|
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 false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user