1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Make box for new features larger

This commit is contained in:
Matthew Heguy 2018-11-17 09:56:22 -05:00
parent 4e34d33dcd
commit a742c115ba

View File

@ -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