while (columnIndex--)
[[(NSTableColumn *)[tableColumns objectAtIndex:columnIndex] dataCell] setFont:aFont];
- // todo introduce a common NSLayoutManager instance for all and use new method
- [self setRowHeight:[aFont defaultLineHeightForFont]+2];
+ [self setRowHeight:[gNSLayoutManager defaultLineHeightForFont:aFont]+2];
}
- (void) setControlSize:(NSControlSize) size