mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:51:08 +00:00
* 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:
parent
3a84f7e3af
commit
56e200830d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -198,7 +198,6 @@
|
|||
nil];
|
||||
|
||||
lRect = tabRect;
|
||||
lRect.origin.y += 3;
|
||||
[string drawInRect: lRect withAttributes: attr];
|
||||
RELEASE(attr);
|
||||
|
||||
|
|
Loading…
Reference in a new issue