diff --git a/ChangeLog b/ChangeLog index 0521985e9..63ec5e5cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-26 22:18 Alexander Malmberg + + * Source/NSTabViewItem.m (-drawLabel:inRect:): Adjust the label + position to match the text height change (of 2004-09-21). + 2004-09-25 Matt Rice * Source/NSScrollView.m: Remove corner view when we have one, but no diff --git a/Source/NSTabViewItem.m b/Source/NSTabViewItem.m index 780978c64..c63b11f0e 100644 --- a/Source/NSTabViewItem.m +++ b/Source/NSTabViewItem.m @@ -198,7 +198,6 @@ nil]; lRect = tabRect; - lRect.origin.y += 3; [string drawInRect: lRect withAttributes: attr]; RELEASE(attr);