Skip to content

Commit

Permalink
Fixed placement of the "hold <key>" gap
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Sep 2, 2014
1 parent f3040dc commit 72ef5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/squeek/tictooltips/TooltipHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ else if (ctrlDown)
{
// add a gap if Iguana Tweaks is present
if (ModTiCTooltips.hasIguanaTweaks)
event.toolTip.add("");
event.toolTip.add(toolTipIndex, "");

event.toolTip.add(toolTipIndex++, StatCollector.translateToLocalFormatted("tictooltips.hold.key.for.stats", EnumChatFormatting.YELLOW.toString() + EnumChatFormatting.ITALIC + "Shift" + EnumChatFormatting.RESET + EnumChatFormatting.GRAY));
event.toolTip.add(toolTipIndex++, StatCollector.translateToLocalFormatted("tictooltips.hold.key.for.materials", EnumChatFormatting.DARK_AQUA.toString() + EnumChatFormatting.ITALIC + "Ctrl" + EnumChatFormatting.RESET + EnumChatFormatting.GRAY));
Expand Down

0 comments on commit 72ef5f3

Please sign in to comment.