From 56e200830d7963c819cfd5eed717389570d9185e Mon Sep 17 00:00:00 2001 From: Alexander Malmberg Date: Sun, 26 Sep 2004 20:20:32 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ Source/NSTabViewItem.m | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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);