Skip to content

Commit

Permalink
Fix stretchable properties now enforced as booleans - just for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Oct 27, 2024
1 parent 4b22b47 commit bce033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bobinserters/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ function bobmods.inserters.open_gui(entity, player)
entity_flow.add({ type = "frame", name = "entity_frame", style = "inside_shallow_frame" })
entity_flow.entity_frame.style.width = frame_width
entity_flow.entity_frame.style.height = 148
entity_flow.entity_frame.style.horizontally_stretchable = "off"
entity_flow.entity_frame.style.horizontally_stretchable = false
entity_flow.entity_frame.add({ type = "entity-preview", name = "entity_preview", style = "entity_button_base" })
entity_flow.entity_frame.entity_preview.style.width = frame_width
entity_flow.entity_frame.entity_preview.style.height = 148
Expand Down

0 comments on commit bce033f

Please sign in to comment.