From ca2ff8075e867065f21d19da994bbdb960f9d716 Mon Sep 17 00:00:00 2001 From: badgamernl Date: Sat, 5 Sep 2020 00:48:28 +0200 Subject: [PATCH] Extra space added to entity table (There was some extra horizontal space that was empty) --- modules/gui/autofill.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/autofill.lua b/modules/gui/autofill.lua index 0dc52f9d..74231084 100644 --- a/modules/gui/autofill.lua +++ b/modules/gui/autofill.lua @@ -239,6 +239,7 @@ Gui.element(function(event_trigger, parent) local tables = {} -- Draw a section for the element local entity_table = section(scroll_table, setting.entity, 3) + entity_table.style.padding = 5 -- Loop over each item category for _, category in pairs(config.categories) do if not table_sizes[category] then table_sizes[category] = 0 end