From 3354ef246b19d8730572213c50a6f298f700a687 Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Tue, 10 Aug 2021 16:08:00 -0400 Subject: [PATCH] spacing (#5732) Before: ![](https://mee6.is-terrible.com/56KMVIkGc.png) After: ![](https://xenon.is-ne.at/56KPxNfyF.png) --- core/src/mindustry/ui/dialogs/PausedDialog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/ui/dialogs/PausedDialog.java b/core/src/mindustry/ui/dialogs/PausedDialog.java index 1226d59324..e1a0da90bb 100644 --- a/core/src/mindustry/ui/dialogs/PausedDialog.java +++ b/core/src/mindustry/ui/dialogs/PausedDialog.java @@ -53,11 +53,11 @@ public class PausedDialog extends BaseDialog{ ui.host.show(); } } - }).disabled(b -> !((steam && net.server()) || !net.active())).colspan(2).width(dw * 2 + 20f).update(e -> e.setText(net.server() && steam ? "@invitefriends" : "@hostserver")); + }).disabled(b -> !((steam && net.server()) || !net.active())).colspan(2).width(dw * 2 + 10f).update(e -> e.setText(net.server() && steam ? "@invitefriends" : "@hostserver")); cont.row(); - cont.button("@quit", Icon.exit, this::showQuitConfirm).colspan(2).width(dw + 20f).update(s -> s.setText(control.saves.getCurrent() != null && control.saves.getCurrent().isAutosave() ? "@save.quit" : "@quit")); + cont.button("@quit", Icon.exit, this::showQuitConfirm).colspan(2).width(dw + 10f).update(s -> s.setText(control.saves.getCurrent() != null && control.saves.getCurrent().isAutosave() ? "@save.quit" : "@quit")); }else{ cont.defaults().size(130f).pad(5);