Skip to content

Commit

Permalink
Bugfix: Removed baseline offset, because it looked wrong for at least…
Browse files Browse the repository at this point in the history
… the last to OS versions
  • Loading branch information
peterb180369 committed Dec 12, 2014
1 parent e2e6025 commit 6dc7769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IMBNodeCell.m
Expand Up @@ -200,7 +200,6 @@ - (NSRect) titleRectForBounds:(NSRect)inBounds flipped:(BOOL)inFlipped
if (self.isGroupCell)
{
titleRect.origin.x -= 3.0;
titleRect.origin.y += inFlipped ? 4.0 : -4.0;
titleRect.size.height -= kTextHeightAdjust;
}
else
Expand Down

0 comments on commit 6dc7769

Please sign in to comment.