From d13fa367e6e37a9cbf255b03a2fc11aa010b7d5f Mon Sep 17 00:00:00 2001 From: Zoryn Date: Tue, 22 Oct 2024 10:55:04 -0400 Subject: [PATCH] update parent of `styles.ltnm_table_row_frame_light` // TODO: ensure the right parent is set --- cybersyn/prototypes/gui-style.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cybersyn/prototypes/gui-style.lua b/cybersyn/prototypes/gui-style.lua index e9a3025..a4e717d 100644 --- a/cybersyn/prototypes/gui-style.lua +++ b/cybersyn/prototypes/gui-style.lua @@ -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,