Corretta dimensione dei radio buttons

git-svn-id: svn://10.65.10.50/trunk@3231 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-07-24 09:37:39 +00:00
parent ab98c8bcf7
commit 7f4f98d0b4

View File

@ -1425,6 +1425,8 @@ TRadiobutton_control::TRadiobutton_control(WINDOW win, short cid,
else
if (extra < 0)
rct.bottom -= extra;
rct.left -= XI_FU_MULTIPLE / 4;
rct.right += XI_FU_MULTIPLE / 4;
}
XI_OBJ_DEF* def = xi_add_container_def(NULL, cid, &rct, orient, cid);
def->app_data = (long)this;