event verbosity

This commit is contained in:
Will McGugan
2021-08-02 16:53:46 +01:00
parent 79e4a6003e
commit 3e7eb0e650
13 changed files with 52 additions and 102 deletions

View File

@@ -35,7 +35,7 @@ class GridTest(App):
area3=Placeholder(name="area3"),
area4=Placeholder(name="area4"),
)
await self.view.update_layout()
self.view.refresh(layout=True)
GridTest.run(title="Grid Test", log="textual.log")