NSTableView setting Row Size

Hello

I have an OS X Application with a NSTableView. The rows in the table have TableCellViews which are in turn populated by cells. The cells are simple and standard stuff like NSTextField etc. When I run the application the rows are too small and not large enough to fit all cells.
All rows in the table have to be fixed height, dont need any dynamic sizing.

I know it is possible to set the row height in story board and by code. But is there a way to do so automatically. So if I change the cells in storyboard I dont have to keep editing the height?

Thanks
Hrishi