Custom Game Underline 2: Electric Boogaloo (#4457)
* Update CustomGameDialog.java * Remove .row() for consistensy
This commit is contained in:
@@ -25,8 +25,7 @@ public class CustomGameDialog extends BaseDialog{
|
|||||||
|
|
||||||
void setup(){
|
void setup(){
|
||||||
clearChildren();
|
clearChildren();
|
||||||
add(titleTable);
|
add(titleTable).growX().row();
|
||||||
row();
|
|
||||||
stack(cont, buttons).grow();
|
stack(cont, buttons).grow();
|
||||||
buttons.bottom();
|
buttons.bottom();
|
||||||
cont.clear();
|
cont.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user