comments, set_focus, and screen resize

This commit is contained in:
Will McGugan
2022-10-15 10:54:00 +01:00
parent 8065ca5412
commit babf5beefc
9 changed files with 103 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ class CodeBrowser(App):
def watch_show_tree(self, show_tree: bool) -> None:
"""Called when show_tree is modified."""
self.set_class(show_tree, "-show-tree")
self.set_class(show_tree, "-show-tree")
def compose(self) -> ComposeResult:
"""Compose our UI."""