Skip to content

Commit a7779c1

Browse files
authored
Correct space between tooltip lines (#116)
* Correct space between tooltip lines * Another way
1 parent 78f9504 commit a7779c1

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/cleanroommc/modularui/drawable/text

1 file changed

+1
-1
lines changed

src/main/java/com/cleanroommc/modularui/drawable/text/TextLine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public int getWidth() {
2424

2525
@Override
2626
public int getHeight(FontRenderer fr) {
27-
return fr.FONT_HEIGHT;
27+
return fr.FONT_HEIGHT + 1;
2828
}
2929

3030
@Override

0 commit comments

Comments
 (0)