more docs

This commit is contained in:
Will McGugan
2022-05-25 15:36:58 +01:00
parent 2b485cd4cc
commit 6bfc26c1ec
43 changed files with 463 additions and 124 deletions

View File

@@ -56,7 +56,7 @@ class Numbers(Widget):
value = Reactive("0")
def render(self, style: Style) -> RenderableType:
def render(self) -> RenderableType:
"""Build a Rich renderable to render the calculator display."""
return Padding(
Align.right(FigletText(self.value), vertical="middle"),