39 NSRect basicIDFrame, secondaryIDFrame, targetSelfFrame, rootFrame;
48 rootFrame = [rootView frame];
50 if (![
object inspCanBecomeTarget])
55 basicIDFrame.size.width = secondaryIDFrame.size.width;
58 if (![
object inspHasSecondaryIdentityLine])
61 delta = basicIDFrame.origin.y - secondaryIDFrame.origin.y;
65 rootFrame.size.height -= delta;
66 basicIDFrame.origin.y -= delta;
67 targetSelfFrame.origin.y -= delta;
71 [rootView setFrame:rootFrame];