Commit 9970e3c2 authored by Davis King's avatar Davis King

Modified the radio_button style so that it looks nicer.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402294
parent b647b9b6
...@@ -505,9 +505,9 @@ namespace dlib ...@@ -505,9 +505,9 @@ namespace dlib
const long y = box_rect.top(); const long y = box_rect.top();
if (enabled && is_depressed == false) if (enabled && is_depressed == false)
draw_solid_circle(c,point(rect.left()+5,rect.top()+5),5,rgb_pixel(255,255,255)); draw_solid_circle(c,point(rect.left()+5,rect.top()+5),4.5,rgb_pixel(255,255,255));
else else
draw_solid_circle(c,point(rect.left()+5,rect.top()+5),5,rgb_pixel(212,208,200)); draw_solid_circle(c,point(rect.left()+5,rect.top()+5),4.5,rgb_pixel(212,208,200));
color = rgb_pixel(128,128,128); color = rgb_pixel(128,128,128);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment