1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
This commit is contained in:
grilledham 2018-05-23 12:16:13 +01:00
parent 9cb564acb3
commit 1583685b54

View File

@ -356,14 +356,13 @@ local function toggle(event)
local flipper_frame = scroll_pane.add {type = 'frame', caption = 'Flipper', direction = 'vertical'}
flipper_frame.add {
local label =
flipper_frame.add {
type = 'label',
caption = 'Place blueprint on buttons below to flip blueprint.'
}
flipper_frame.add {
type = 'label',
caption = 'Obviously this wont work correctly with refineries or chemical plants.'
caption = 'Place blueprint on buttons below to flip blueprint.\n' ..
'Obviously this wont work correctly with refineries or chemical plants.'
}
label.style.single_line = false
local flow = flipper_frame.add {type = 'flow'}