mount fix

This commit is contained in:
Will McGugan
2021-07-18 21:27:34 +01:00
parent 6ccadcb47f
commit d9fb516298
5 changed files with 13 additions and 16 deletions

View File

@@ -29,8 +29,8 @@ class SmoothApp(App):
self.bar.layout_offset_x = -40
await self.view.dock(footer, edge="bottom")
await self.view.dock(self.bar, edge="left", size=40, z=1)
await self.view.dock(Placeholder(), Placeholder(), edge="top")
await self.view.dock(self.bar, edge="left", size=40, z=1)
SmoothApp.run()