mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed table center
Fixed locale
This commit is contained in:
@@ -86,7 +86,7 @@ main-tooltip=Autofill settings
|
||||
toggle-section-caption=__1__ __2__
|
||||
toggle-section-tooltip=Expand Section
|
||||
toggle-section-collapse-tooltip=Collapse Section
|
||||
toggle-entity-tooltip=Toggle the autofill of __1__s
|
||||
toggle-entity-tooltip=Toggle the autofill of __1__
|
||||
toggle-tooltip=Toggle the autofill of __1__ into __2__ slots
|
||||
amount-tooltip=Amount of items to insert into the __1__ slots
|
||||
invalid=Autofill set to maximum amount: __1__ __2__ for __3__
|
||||
|
||||
@@ -233,6 +233,8 @@ Gui.element(function(event_trigger, parent)
|
||||
scroll_table.parent.style.padding = 0
|
||||
-- Remove the default gap that is added in a table between elements
|
||||
scroll_table.style.vertical_spacing = 0
|
||||
-- Center the first collumn in the table
|
||||
scroll_table.style.column_alignments[1] = 'center'
|
||||
-- Loop over each default entity config
|
||||
for _, setting in pairs(config.default_entities) do
|
||||
local table_sizes = {}
|
||||
|
||||
Reference in New Issue
Block a user