More fixes

This commit is contained in:
Gregory John Casamento 2021-05-23 15:40:17 -04:00
parent 37b1475f54
commit 47b7b0b084

View file

@ -163,7 +163,7 @@
CGFloat y = 0.0;
NSUInteger i = 0;
newFrame.size.height += h * 2; // expand height
newFrame.size.height += h; // * 2; // expand height
newFrame.origin.y -= h; // move the view down.
y = newFrame.size.height; // start at top of view...