Intercell spacing change for NSTableView.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22264 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2006-01-08 17:48:34 +00:00
parent a199296a7e
commit 073e873800
2 changed files with 6 additions and 1 deletions

View file

@ -1955,7 +1955,7 @@ _isCellEditable (id delegate, NSArray *tableColumns,
self = [super initWithFrame: frameRect];
_drawsGrid = YES;
_rowHeight = 16.0;
_intercellSpacing = NSMakeSize (2.0, 3.0);
_intercellSpacing = NSMakeSize (5.0, 2.0);
ASSIGN (_gridColor, [NSColor gridColor]);
ASSIGN (_backgroundColor, [NSColor controlBackgroundColor]);
ASSIGN (_tableColumns, [NSMutableArray array]);