Re: NSOutlineView indentation

2009-01-08 Thread James Walker
Bill Monk wrote: On Jan 7, 2009, James Walker wrote: Having the indentation affect the top level may be technically consistent, but I don't know why anyone would want it to work that way. Yes, I agree. Top-level items should stay near the left margin, and setting the indent to 0 should n

Re: NSOutlineView indentation

2009-01-08 Thread Corbin Dunn
On Jan 7, 2009, at 5:32 PM, James Walker wrote: Is there any way to change the difference in indentation between levels in an NSOutlineView, without changing the indentation of the top level? Having the indentation affect the top level may be technically consistent, but I don't know why any

Re: NSOutlineView indentation

2009-01-07 Thread Bill Monk
On Jan 7, 2009, James Walker wrote: Having the indentation affect the top level may be technically consistent, but I don't know why anyone would want it to work that way. Yes, I agree. Top-level items should stay near the left margin, and setting the indent to 0 should not cause top-le

NSOutlineView indentation

2009-01-07 Thread James Walker
Is there any way to change the difference in indentation between levels in an NSOutlineView, without changing the indentation of the top level? Having the indentation affect the top level may be technically consistent, but I don't know why anyone would want it to work that way. I searched the