fix for random rules names

This commit is contained in:
Will McGugan
2021-11-25 15:01:03 +00:00
parent 09544e172f
commit 4137d354f0
7 changed files with 42 additions and 52 deletions

View File

@@ -47,13 +47,13 @@ class BasicApp(App):
async def on_mount(self) -> None:
"""Build layout here."""
await self.view.mount(
header=Widget(),
content=Widget(),
footer=Widget(),
sidebar=Widget(),
)
self.panic(self.view.styles)
BasicApp.run(log="textual.log")