mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-22 20:48:55 +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);
|
add(scrollPane).size(330, 128);
|
||||||
pack();
|
pack();
|
||||||
|
|
||||||
scrollPane.setScrollY(-scrollPane.getScrollHeight() + textArea.getStyle().font.getLineHeight());
|
scrollPane.setScrollY(-scrollPane.getScrollHeight() + textArea.getStyle().font.getLineHeight() / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user