Makes the escape shuttle NanoUI window bigger

This commit is contained in:
mwerezak
2014-07-01 22:13:59 -04:00
parent 8388ecb94a
commit 2a4600c80c

View File

@@ -214,7 +214,7 @@
ui = nanomanager.try_update_ui(user, src, ui_key, ui, data)
if (!ui)
ui = new(user, src, ui_key, "escape_shuttle_control_console.tmpl", "Shuttle Control", 470, 380)
ui = new(user, src, ui_key, "escape_shuttle_control_console.tmpl", "Shuttle Control", 470, 420)
ui.set_initial_data(data)
ui.open()
ui.set_auto_update(1)