mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-21 20:18:14 +07:00
Lowered text start position a bit
This commit is contained in:
parent
4f0e4f0ccb
commit
2569fbb185
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user