Rebuild and misc nuke tweak

This commit is contained in:
Artur
2020-02-10 17:34:14 +01:00
parent f0b22a119d
commit 8e50c278bb
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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, 720, 480, master_ui, state)
ui = new(user, src, ui_key, "uplink", name, 620, 580, 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()