Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MoultiLog: do not maximize the container.
`self.screen.maximize(self)` used to maximize only the log widget, despite the `container` parameter defaulting to `True`. Starting with Textual 0.85.0, `container=True` actually maximizes the containing widget (i.e. the parent step). Explicitly setting `False` restores the expected behaviour.
- Loading branch information