simplify arrange

This commit is contained in:
Will McGugan
2021-09-11 08:51:54 +01:00
parent c970f044d2
commit a0acf61a28
9 changed files with 124 additions and 85 deletions

View File

@@ -22,7 +22,7 @@ class SmoothApp(App):
"""Called when user hits 'b' key."""
self.show_bar = not self.show_bar
async def on_mount(self, event: events.Mount) -> None:
async def on_mount(self) -> None:
"""Build layout here."""
footer = Footer()
self.bar = Placeholder(name="left")