Chem Master won't resize it's window by adding a scroll bar on selection.

Fixes #5574

Conflicts:
	code/modules/reagents/Chemistry-Machinery.dm
This commit is contained in:
Ccomp5950
2014-07-22 18:33:54 -05:00
committed by ZomgPonies
parent 0f49c165d2
commit 0beada11c7
+1 -1
View File
@@ -149,7 +149,7 @@
if (!ui)
// the ui does not exist, so we'll create a new() one
// for a list of parameters and their descriptions see the code docs in \code\modules\nano\nanoui.dm
ui = new(user, src, ui_key, "chem_dispenser.tmpl", ui_title, 390, 660)
ui = new(user, src, ui_key, "chem_dispenser.tmpl", ui_title, 390, 655)
// when the ui is first opened this is the data it will use
ui.set_initial_data(data)
// open the new ui window