Code: Select all
data.raw["gui-style"].default.row_table_style =
{
type = "table_style",
cell_padding = 5,
horizontal_spacing=0,
vertical_spacing=0,
odd_row_graphical_set =
{
type = "composition",
filename = "__core__/graphics/gui.png",
priority = "extra-high-no-scale",
corner_size = {3, 3},
position = {8, 0}
},
even_row_graphical_set =
{
type = "composition",
filename = "__core__/graphics/gui.png",
priority = "extra-high-no-scale",
corner_size = {3, 3},
position = {8, 0}
}
}