Lowered text start position a bit

This commit is contained in:
Collin Smith 2019-03-04 21:13:15 -08:00
parent 4f0e4f0ccb
commit 2569fbb185

View File

@ -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