1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Brainfarted, forgot to change a variable

This commit is contained in:
SimonFlapse 2019-01-31 00:15:09 +01:00
parent 5ac2f66e2a
commit dabb86541d

View File

@ -41,7 +41,7 @@ local function show_popup(player, message, title_text, sprite_path)
title_flow.style.top_padding = 8
title_flow.style.horizontally_stretchable = true
local title = title_flow.add {type = 'label', caption = title}
local title = title_flow.add {type = 'label', caption = title_text}
title.style.font = 'default-large-bold'
local close_button_flow = top_flow.add {type = 'flow'}