Shorten NMZ overlay text to prevent overlapping (#10241)
This commit is contained in:
@@ -111,7 +111,7 @@ class NightmareZoneOverlay extends Overlay
|
|||||||
.right(QuantityFormatter.formatNumber(currentPoints))
|
.right(QuantityFormatter.formatNumber(currentPoints))
|
||||||
.build());
|
.build());
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
.left("Points/Hour: ")
|
.left("Points/Hr: ")
|
||||||
.right(QuantityFormatter.formatNumber(plugin.getPointsPerHour()))
|
.right(QuantityFormatter.formatNumber(plugin.getPointsPerHour()))
|
||||||
.build());
|
.build());
|
||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
|
|||||||
Reference in New Issue
Block a user