mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
More corrections to calculation.
This commit is contained in:
parent
f06f27f40d
commit
ba065e55e2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue