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 Frith-MacDonald 2001-02-08 07:02:39 +00:00
parent 2b722a30f8
commit fbaa1522c3
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-02-08 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSWindow.m: Center title in miniwindow view.
Wed Feb 7 21:44:41 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSBrowser.m ([-reloadColumn:]): Save the selected cells

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]];