1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Merge pull request #376 from plague006/fix/info_boxsize

Make box for new features larger
This commit is contained in:
Lynn 2018-11-17 16:57:07 +01:00 committed by GitHub
commit 9e55ddae44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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