From eb77c6b86b20ca82383fa7c6848521a5e8775f34 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 16 Jan 2020 12:57:11 +0200 Subject: [PATCH] This too --- code/datums/components/uplink.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/uplink.dm b/code/datums/components/uplink.dm index 07bdacdc7e..ef496367c2 100644 --- a/code/datums/components/uplink.dm +++ b/code/datums/components/uplink.dm @@ -122,7 +122,7 @@ GLOBAL_LIST_EMPTY(uplinks) active = TRUE ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open) if(!ui) - ui = new(user, src, ui_key, "uplink", name, 620, 580, master_ui, state) + ui = new(user, src, ui_key, "uplink", name, 450, 750, master_ui, state) ui.set_autoupdate(FALSE) // This UI is only ever opened by one person, and never is updated outside of user input. ui.set_style("syndicate") ui.open()