Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Changed spacing on NSOutlineView to be more like the original (and th…
Browse files Browse the repository at this point in the history
…e spacing on the outline view in Xcode).
  • Loading branch information
dhowden authored and jezdez committed Nov 28, 2010
1 parent 1c6634c commit b394b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/MDSidebarBorderView.m
Expand Up @@ -159,8 +159,8 @@ - (void)addToSuperview:(NSView*)superview {
NSFont *font = [NSFont fontWithName:@"Lucida Grande" size:12];
NSLayoutManager *layoutManager = [NSLayoutManager new];
[realOutlineView setRowHeight:[layoutManager defaultLineHeightForFont:font]];
[realOutlineView setIntercellSpacing:NSMakeSize (4.0, 2.0)];
[layoutManager release];
[realOutlineView setIntercellSpacing:NSMakeSize (6.0, 4.0)];
[realOutlineView reloadData];
}

Expand Down

0 comments on commit b394b9d

Please sign in to comment.