Skip to content

Commit

Permalink
Correct space between tooltip lines (#116)
Browse files Browse the repository at this point in the history
* Correct space between tooltip lines

* Another way
  • Loading branch information
miozune authored Feb 20, 2025
1 parent 78f9504 commit a7779c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public int getWidth() {

@Override
public int getHeight(FontRenderer fr) {
return fr.FONT_HEIGHT;
return fr.FONT_HEIGHT + 1;
}

@Override
Expand Down

0 comments on commit a7779c1

Please sign in to comment.