From 599198c9803d56277fc6aa1efc8f57d2243e198a Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:54:06 +1300 Subject: [PATCH] Remove unused property --- bobinserters/prototypes/styles.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/bobinserters/prototypes/styles.lua b/bobinserters/prototypes/styles.lua index 2b48fb3b4..0d7b1074f 100644 --- a/bobinserters/prototypes/styles.lua +++ b/bobinserters/prototypes/styles.lua @@ -91,7 +91,6 @@ local blue_clicked_graphical_set = { data.raw["gui-style"].default.bob_table = { type = "table_style", - cell_spacing = 0, horizontal_spacing = 2, vertical_spacing = 2, }