More corrections to calculation.

This commit is contained in:
Gregory John Casamento 2021-05-24 06:54:38 -04:00
parent f06f27f40d
commit ba065e55e2

View file

@ -95,7 +95,7 @@
NSLog(@"Spacing = %f", h);
newFrame.size.height += h; // * 2; // expand height
newFrame.origin.y -= h; // move the view down.
newFrame.origin.y -= (h/2); // move the view down.
newHeight = newFrame.size.height; // start at top of view...
NSLog(@"frame for stack view %@", NSStringFromRect(newFrame));