From 4bced48766b90b7e5b99bc0c754a6770c06106f9 Mon Sep 17 00:00:00 2001 From: Mervill Date: Sun, 27 Nov 2016 22:59:33 -0800 Subject: [PATCH] Add 15 height to the Gas Filter UI to remove scroll bar --- .../atmospherics/machinery/components/trinary_devices/filter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm index 12072cc752e..e8edd9b2a2f 100644 --- a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm +++ b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm @@ -116,7 +116,7 @@ datum/tgui/master_ui = null, datum/ui_state/state = default_state) ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open) if(!ui) - ui = new(user, src, ui_key, "atmos_filter", name, 475, 140, master_ui, state) + ui = new(user, src, ui_key, "atmos_filter", name, 475, 155, master_ui, state) ui.open() /obj/machinery/atmospherics/components/trinary/filter/ui_data()