Skip to content

Commit

Permalink
IDEA-158282 Correct breadcrumbs appearance
Browse files Browse the repository at this point in the history
align text vertically
  • Loading branch information
Sergey Malenkov committed Jul 13, 2016
1 parent 481ee91 commit dd8898c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ public void paint(@NotNull final Crumb c, @NotNull final Graphics2D g2, final in
string = sb.append("...").toString();
}

g2.drawString(string, offset + ROUND_VALUE + 5, height - fm.getDescent() - 3);
g2.drawString(string, offset + ROUND_VALUE + 5, height - fm.getDescent() - 5);

g2.setFont(oldFont);
}
Expand Down

0 comments on commit dd8898c

Please sign in to comment.