Update of /cvsroot/htoolkit/port/src/cbits/Win32
In directory sc8-pr-cvs1:/tmp/cvs-serv26803/src/cbits/Win32
Modified Files:
CheckBox.c
Log Message:
fix the CheckBox size
Index: CheckBox.c
===================================================================
RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/CheckBox.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** CheckBox.c 8 Oct 2003 22:21:57 -0000 1.8
--- CheckBox.c 12 Oct 2003 20:57:42 -0000 1.9
***************
*** 40,44 ****
ReleaseDC(checkbox, hDC);
! res[0] = sz.cx + 32;
res[1] = tm.tmHeight+tm.tmDescent;
};
--- 40,44 ----
ReleaseDC(checkbox, hDC);
! res[0] = sz.cx + 20;
res[1] = tm.tmHeight+tm.tmDescent;
};
|