Fixed drawing of title background

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-25 00:22:15 +00:00
parent d2805ec21e
commit b9263b5b2c

View file

@ -231,8 +231,9 @@
[_titleCell setEditable: NO];
[_titleCell setTextColor: [NSColor windowFrameTextColor]];
[_titleCell setBackgroundColor: [NSColor controlShadowColor]];
[_titleCell setDrawsBackground: YES];
//[_titleCell setBordered: YES];
//[_titleCell setBezeled: YES];
[_titleCell setBezeled: YES];
[_titleCell setAlignment: NSCenterTextAlignment];
// Calculate geometry