From 96ee32f8ed0aef773447b7394375807a7c3137a7 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Thu, 28 Jan 2021 15:06:30 +0100 Subject: [PATCH] Custom Game Underline 2: Electric Boogaloo (#4457) * Update CustomGameDialog.java * Remove .row() for consistensy --- core/src/mindustry/ui/dialogs/CustomGameDialog.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/ui/dialogs/CustomGameDialog.java b/core/src/mindustry/ui/dialogs/CustomGameDialog.java index e23d8cca38..efe5a157ea 100644 --- a/core/src/mindustry/ui/dialogs/CustomGameDialog.java +++ b/core/src/mindustry/ui/dialogs/CustomGameDialog.java @@ -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();