From 5cea8f8180e2d78d2ec5b706202f3a56bc411182 Mon Sep 17 00:00:00 2001 From: Lzimann Date: Sun, 9 Oct 2016 23:27:17 -0300 Subject: [PATCH] Changes the height. --- code/modules/mob/living/silicon/robot/robot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 4ca32cad489..46a5ea5ce86 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -329,7 +329,7 @@ dat += "-- All Systems Nominal
\n" dat += "
\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()