Chem machinery sizing fix

This commit is contained in:
ZomgPonies
2013-10-29 01:28:31 -04:00
parent c10ca758c8
commit 7d8da26892
+1 -1
View File
@@ -114,7 +114,7 @@
var/datum/nanoui/ui = nanomanager.get_open_ui(user, src, ui_key)
if (!ui)
// the ui does not exist, so we'll create a new one
ui = new(user, src, ui_key, "chem_dispenser.tmpl", "Chem Dispenser 5000", 370, 605)
ui = new(user, src, ui_key, "chem_dispenser.tmpl", "Chem Dispenser 5000", 374, 640)
// When the UI is first opened this is the data it will use
ui.set_initial_data(data)
ui.open()