Cenyter miniwindow title

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9051 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2001-02-08 07:02:39 +00:00
parent c76f978552
commit f1c8b4be4d
2 changed files with 5 additions and 0 deletions

View file

@ -315,6 +315,7 @@ static NSCell *tileCell = nil;
[titleCell setSelectable: NO];
[titleCell setEditable: NO];
[titleCell setBordered: NO];
[titleCell setAlignment: NSCenterTextAlignment];
[titleCell setDrawsBackground: YES];
[titleCell setBackgroundColor: [NSColor blackColor]];
[titleCell setTextColor: [NSColor whiteColor]];