Adjust Console paddings
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.7 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user