diff --git a/core/src/gdx/diablo/widget/NpcDialogBox.java b/core/src/gdx/diablo/widget/NpcDialogBox.java index 6e3ce553..d342101a 100644 --- a/core/src/gdx/diablo/widget/NpcDialogBox.java +++ b/core/src/gdx/diablo/widget/NpcDialogBox.java @@ -54,7 +54,7 @@ public class NpcDialogBox extends Table { add(scrollPane).size(330, 128); pack(); - scrollPane.setScrollY(-scrollPane.getScrollHeight() + textArea.getStyle().font.getLineHeight()); + scrollPane.setScrollY(-scrollPane.getScrollHeight() + textArea.getStyle().font.getLineHeight() / 2); } @Override