fix for horizontal scrolling

This commit is contained in:
Will McGugan
2021-08-27 21:48:43 +01:00
parent 07fc8e65f1
commit 0696468a1c
5 changed files with 29 additions and 9 deletions

View File

@@ -208,7 +208,7 @@ class Calculator(GridView):
class CalculatorApp(App):
"""The Calculator Application"""
async def on_mount(self, event: events.Mount) -> None:
async def on_mount(self) -> None:
"""Mount the calculator widget."""
await self.view.dock(Calculator())