Skip to content

Commit

Permalink
Fix caption escaping frame if too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Nov 7, 2024
1 parent a2cd5ee commit cb99da5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2122,6 +2122,9 @@ local function create_window(player, combinator)
name = "cs_signals_group_checkbox",
caption = cs_caption,
style = "caption_checkbox",
style_mods = {
horizontally_squashable = true
},
state = cs_section.active,
handler = {
[defines.events.on_gui_checked_state_changed] = handle_cs_group_checked_state_changed
Expand Down

0 comments on commit cb99da5

Please sign in to comment.