Skip to content

Commit

Permalink
Update src/textual/screen.py
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Burns <[email protected]>
  • Loading branch information
willmcgugan and darrenburns authored Aug 26, 2024
1 parent 47b3a4c commit 82d61c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def maximize(self, widget: Widget, container: bool = True) -> None:
Args:
widget: Widget to maximize.
container: If one of the widgets ancestors is a maximizeable widget, also maximize that.
container: If one of the widgets ancestors is a maximizeable widget, maximize that instead.
"""
if widget.allow_maximize:
if container:
Expand Down

0 comments on commit 82d61c1

Please sign in to comment.