Radio button text gets cut off
I'm wondering if anyone can help me with the following issue. For some reason characters like 'p' and 'g' in radio button elements are not displayed completely. It looks like they are cut-off. Example:
var obj = new AW.UI.Radio;
obj.setItemText(["group", "person"]);
obj.setItemCount(2);
document.write(obj);
P.S. Using AW 2.0.2.
Thanks in advance.
Maurice G.
var obj = new AW.UI.Radio;
obj.setItemText(["group", "person"]);
obj.setItemCount(2);
document.write(obj);
P.S. Using AW 2.0.2.
Thanks in advance.
Maurice G.
Maurice G.
June 5,