Skip to content

Commit

Permalink
Might resolve the potential rendering problem
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCheung0422 authored and ChristofferHolmesland committed Dec 8, 2022
1 parent c3598ca commit 60ec37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/minicraft/screen/QuestsDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public QuestsDisplay() {
.setSelectable(true)
.createMenu(),
new Menu.Builder(false, 0, RelPos.LEFT)
.setPositioning(new Point(Screen.w / 2 - 8 * 11, 30), RelPos.RIGHT)
.setPositioning(new Point(Screen.w / 2 - 8 * (2 + Localization.getLocalized("minicraft.displays.quests.display.header.unlocked").length()), 30), RelPos.RIGHT)
.setEntries(new StringEntry("minicraft.displays.quests.display.header.unlocked", Color.GRAY))
.setSelectable(false)
.createMenu(),
Expand Down

0 comments on commit 60ec37d

Please sign in to comment.