* Source/NSTabViewItem.m (-drawLabel:inRect:): Adjust the label

position to match the text height change (of 2004-09-21).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20151 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-09-26 20:20:32 +00:00
parent 3a84f7e3af
commit 56e200830d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-09-26 22:18 Alexander Malmberg <alexander@malmberg.org>
* Source/NSTabViewItem.m (-drawLabel:inRect:): Adjust the label
position to match the text height change (of 2004-09-21).
2004-09-25 Matt Rice <ratmice@yahoo.com>
* Source/NSScrollView.m: Remove corner view when we have one, but no

View file

@ -198,7 +198,6 @@
nil];
lRect = tabRect;
lRect.origin.y += 3;
[string drawInRect: lRect withAttributes: attr];
RELEASE(attr);