I figured out what the trick was. Apparently the "GroupMemberN", "MemberInfoPage" and "MemberInfo" Page elements have some invisible padding on them. Profit positions "GroupMemberN" on 38-pixel spacing, so the vertical positions are 0, 38, 76, 114, 152, 190. But the QRB and cures elements (that'd normally overlay the "Effects" Page element) need to be positioned on 44-pixel spacing to line up right, making the vertical positions for the "GroupMemberNCureEffects" Page elements 0, 44, 88, 132, 176, 220 plus the 18-pixel offset to line them up over the detrimental icons. I also had to add 30 pixels to the window size. I think the 38- vs. 44-pixel sizing has to do with the fact that Profit sets the vertical size of the "GroupMemberN" page to 38 pixels but "MemberInfoPage" and "MemberInfo" to 44. Changing the sizing of "GroupMemberN" to 44 and repositioning on 44-pixel spacing causes the group member rows to be positioned on what looks like a 50-pixel spacing, so that didn't work. I'll bet the same adjustment is needed for other UIs.
|