Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GimLala committed Apr 22, 2024
1 parent 935350d commit a720a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pygame_gui/elements/ui_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ def __init__(self,
"top_target": self.main_expand_button}
# Container for the rest of the section
self.section_container = UIAutoResizingContainer(pygame.Rect(0, 0, self.relative_rect.width, 0),
# resize_left=False,
resize_left=False,
resize_right=False,
# resize_top=False,
resize_top=False,
# resize_bottom=True,
manager=manager,
container=self,
Expand Down Expand Up @@ -569,7 +569,7 @@ def get_parsed_questionnaire(element: Union["UIForm", UISection], questionnaire:
anchors: Dict[str, Union[str, UIElement]]) -> \
Dict[str, Union[UISection, InputField, IUIElementInterface]]:
"""
This function is used by UIForm.parse_questionnaire to recursively create the ui elements to gather input based
This function is used by UIForm.parse_form to recursively create the ui elements to gather input based
on the questionnaire passed. This prevents duplication of code as UISection elements created also call this
function
Expand Down

0 comments on commit a720a47

Please sign in to comment.