mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:00:37 +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
ef9e46d09d
commit
fb2b9aa03e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-01-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSTableView.m (-initWithFrame:) Use different intercell
|
||||
spacing. Patch by Andreas Höschler <ahoesch@smartsoft.de>.
|
||||
|
||||
2006-01-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSSliderCell.m (-knobRectFlipped,-knobThickness
|
||||
|
|
|
@ -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