mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:10:36 +00:00
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:
parent
c76f978552
commit
f1c8b4be4d
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue