mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-19 16:57:20 +07:00
Added a bit of spacing adjacent to the buttons
This commit is contained in:
parent
656f40742f
commit
c37ddea8d1
@ -99,13 +99,13 @@ public class EscapePanel extends WidgetGroup implements Disposable {
|
||||
Table table = new Table();
|
||||
table.align(Align.center);
|
||||
table.add(focusActor[0]);
|
||||
table.add(options).fillX();
|
||||
table.add(options).space(0, spacing, 0, spacing).fillX();
|
||||
table.add(focusActor[1]).row();
|
||||
table.add(focusActor[2]);
|
||||
table.add(exit).fillX();
|
||||
table.add(exit).space(0, spacing, 0, spacing).fillX();
|
||||
table.add(focusActor[3]).row();
|
||||
table.add(focusActor[4]);
|
||||
table.add(returntogame).fillX();
|
||||
table.add(returntogame).space(0, spacing, 0, spacing).fillX();
|
||||
table.add(focusActor[5]).row();
|
||||
|
||||
table.setFillParent(true);
|
||||
|
Loading…
Reference in New Issue
Block a user