Don't wrap text in table view headers by default. Partially fixes #30020.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32505 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2011-03-09 09:00:46 +00:00
parent e39fed5a42
commit d7c8c25e08
2 changed files with 7 additions and 1 deletions

View file

@ -44,6 +44,7 @@
[self setBackgroundColor: [NSColor controlShadowColor]];
[self setDrawsBackground: YES];
[self setFont: [NSFont titleBarFontOfSize: 0]];
[self setWraps: NO];
// This is not exactly true
_cell.is_bezeled = YES;
_cell.is_bordered = NO;