update parent of styles.ltnm_table_row_frame_light // TODO: ensure the right parent is set

This commit is contained in:
Zoryn
2024-10-22 10:55:04 -04:00
parent 609db0ebda
commit d13fa367e6

View File

@@ -224,7 +224,9 @@ styles.ltnm_table_inset_frame_dark = {
styles.ltnm_table_row_frame_light = {
type = "frame_style",
parent = "statistics_table_item_frame",
--parent = "statistics_table_item_frame",
--this is likely incorrect, unsure what the 2.0 equivalent is
parent = "neutral_message_frame",
top_padding = 8,
bottom_padding = 8,
left_padding = 8,