Changes the height.

This commit is contained in:
Lzimann
2016-10-09 23:27:17 -03:00
parent 3819806340
commit 5cea8f8180
@@ -329,7 +329,7 @@
dat += "-- All Systems Nominal<BR>\n"
dat += "<BR>\n"
var/datum/browser/alerts = new(usr, "robotalerts", "Current Station Alerts", 400, 350)
var/datum/browser/alerts = new(usr, "robotalerts", "Current Station Alerts", 400, 410)
alerts.set_content(dat)
alerts.open()