combine updates

This commit is contained in:
Will McGugan
2021-08-27 15:26:44 +01:00
parent c492df381e
commit 251de053ab
7 changed files with 22 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ class GridTest(App):
async def on_mount(self) -> None:
"""Make a simple grid arrangement."""
grid = await self.view.dock_grid(edge="left", size=70, name="left")
grid = await self.view.dock_grid(edge="left", name="left")
grid.add_column(fraction=1, name="left", min_size=20)
grid.add_column(size=30, name="center")