Skip to content

Commit

Permalink
Ensure preferences scroll area fills available space.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Nov 15, 2023
1 parent aae1ce6 commit 2f84cdc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,6 @@ def __init__(self) -> None:
),
u.create_divider(orientation="horizontal"),
u.create_scroll_area(content=u.create_column(items="sorted_controls.items", item_component_id="control-component", spacing=4)),
u.create_stretch(),
spacing=8
)

Expand Down

0 comments on commit 2f84cdc

Please sign in to comment.