mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:50:57 +00:00
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:
parent
a199296a7e
commit
073e873800
2 changed files with 6 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue