1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-09-16 09:16:22 +02:00

removed line that logs error

This commit is contained in:
grilledham
2018-05-07 12:32:27 +01:00
parent 4c536f1503
commit 742c94db04

View File

@@ -13,7 +13,7 @@ local function create_info_button(event)
button.style.bottom_padding = 2
button.style.vertically_stretchable = true
button.style.vertically_squashable = true
button.style.vertical_spacing = 0
--button.style.vertical_spacing = 0 -- this line logs an error when run.
end
end