Skip to content

Commit

Permalink
Update splitcontainer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadMuradG authored Sep 18, 2020
1 parent f2c8063 commit ed6b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/toga/widgets/splitcontainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SplitContainer(Widget):
split or tuples of components to be split and adjusting parameters
in the following order:
widget (:class:`toga.Widget`): The widget that will be added.
weight (float): ....
weight (float):
resize (boolean): Should the content expand when the widget is resized.
shrink (boolean): Can the content be made smaller than its requisition.
wide_handle (boolean): Does the seperation between the contents provide
Expand Down

0 comments on commit ed6b830

Please sign in to comment.