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