mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
updates
This commit is contained in:
parent
9cb564acb3
commit
1583685b54
@ -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'}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user