1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00
This commit is contained in:
grilledham 2018-05-23 12:16:51 +01:00
parent 1583685b54
commit 36b1588501

View File

@ -24,6 +24,7 @@ local function show_popup(player, message)
label_flow.style.bottom_padding = 32
label_flow.style.left_padding = 32
label_flow.style.right_padding = 32
local label = label_flow.add {type = 'label', caption = message}
label.style.single_line = false
label.style.font = 'default-large-bold'