From a742c115ba932e4c7b224999ebc011a764121e8b Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Sat, 17 Nov 2018 09:56:22 -0500 Subject: [PATCH] Make box for new features larger --- features/gui/info.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/gui/info.lua b/features/gui/info.lua index 6e05d2cb..7c08f666 100644 --- a/features/gui/info.lua +++ b/features/gui/info.lua @@ -486,7 +486,7 @@ Shows number of rockets launched and biters liberated.]] local new_info_textbox_style = new_info_textbox.style new_info_textbox_style.width = 590 - new_info_textbox_style.height = 150 + new_info_textbox_style.height = 300 Gui.set_data(new_info_textbox, new_info_key) end