Makes the escape shuttle NanoUI window bigger

This commit is contained in:
mwerezak
2014-07-13 06:27:17 -04:00
committed by ZomgPonies
parent e8b9375887
commit f0f6ce06f2
+1 -1
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)