mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
More corrections to calculation. Move logic to _layoutViewsInView:withOrientation:
This commit is contained in:
parent
9c43880d85
commit
f06f27f40d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
|
||||
newFrame.size.height += h; // * 2; // expand height
|
||||
newFrame.origin.y -= h; // move the view down.
|
||||
newHeight = newFrame.size.height + h; // start at top of view...
|
||||
newHeight = newFrame.size.height; // start at top of view...
|
||||
|
||||
NSLog(@"frame for stack view %@", NSStringFromRect(newFrame));
|
||||
[view setFrame: newFrame];
|
||||
|
|
Loading…
Reference in a new issue