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