comparison win/dw.c @ 1409:93eb987c05cf

Same basic groupbox fix for OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 01 Dec 2011 09:04:09 +0000
parents 96460bd4c679
children 22ba64e357de
comparison
equal deleted inserted replaced
1408:96460bd4c679 1409:93eb987c05cf
1142 if(thisbox->grouppady) 1142 if(thisbox->grouppady)
1143 thisbox->grouppady += 3; 1143 thisbox->grouppady += 3;
1144 else 1144 else
1145 thisbox->grouppady = 6; 1145 thisbox->grouppady = 6;
1146 1146
1147 dw_debug("grouppady %d\n", thisbox->grouppady);
1148 thisbox->grouppadx = 6; 1147 thisbox->grouppadx = 6;
1149 1148
1150 (*usedx) += thisbox->grouppadx; 1149 (*usedx) += thisbox->grouppadx;
1151 (*usedpadx) += thisbox->grouppadx; 1150 (*usedpadx) += thisbox->grouppadx;
1152 (*usedy) += thisbox->grouppady; 1151 (*usedy) += thisbox->grouppady;