mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Remove 'margin'
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
37336d0059
commit
ffd563e4eb
1 changed files with 1 additions and 1 deletions
|
@ -4240,7 +4240,7 @@ static NSView* findByTag(NSView *view, NSInteger aTag, NSUInteger *level)
|
|||
NSSize paperSize = [info paperSize];
|
||||
float scale = (double)([self frame].size.width/paperSize.width);
|
||||
float xoff = 0;
|
||||
float yoff = ((paperSize.height - self.frame.size.height) - 10) / scale;
|
||||
float yoff = (paperSize.height - self.frame.size.height) / scale;
|
||||
|
||||
[ctxt beginPage: ordinalNum
|
||||
label: aString
|
||||
|
|
Loading…
Reference in a new issue