Skip to content

Commit

Permalink
Improve display of description scroll pane
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Nov 7, 2024
1 parent c111f89 commit 4be5a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2448,6 +2448,7 @@ local function create_window(player, combinator)
name = "description_scroll",
direction = "vertical",
visible = has_description,
style = "shallow_scroll_pane",
style_mods = {
width = description_width,
maximal_height = 200
Expand Down

0 comments on commit 4be5a25

Please sign in to comment.