diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 24851c78663..4233b59a510 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -454,7 +454,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) continue dat += "[related_ticket.TicketHref("#[related_ticket.id]")] ([related_ticket.ticket_status()]): [related_ticket.name]
" - usr << browse(dat.Join(), "window=ahelp[id];size=670x480") + usr << browse(dat.Join(), "window=ahelp[id];size=700x480") /** * Renders the current status of the ticket into a displayable string