mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Lowered text start position a bit
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user