Adjust Console paddings

This commit is contained in:
fgnm
2021-01-03 13:17:51 +01:00
parent 90ba46ae96
commit fb6d8f9663
3 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

+1 -1
View File
@@ -320,7 +320,7 @@ console-background
xy: 331, 45
size: 64, 81
split: 23, 22, 42, 23
pad: 21, 19, 37, 19
pad: 16, 15, 20, 15
orig: 64, 81
offset: 0, 0
index: -1
@@ -91,7 +91,7 @@ public class ConsoleDialog extends H2DDialog {
ScrollPane scrollPane = textArea.createCompatibleScrollPane();
scrollPane.addListener(new ScrollFocusListener());
textArea.addListener(new CursorListener(Cursors.TEXT, HyperLap2DFacade.getInstance()));
getContentTable().add(scrollPane).grow().row();
getContentTable().add(scrollPane).padTop(5).grow().row();
}
@Override