Remove clock from gallery app

I don't feel like trying to figure out how to spoof the time for snapshot testing.
This commit is contained in:
Isaiah Odhner 2023-09-07 16:53:31 -04:00
parent 690b969fa4
commit ca23a7712c
2 changed files with 67 additions and 68 deletions

View File

@ -88,7 +88,7 @@ class GalleryApp(App[None]):
def compose(self) -> ComposeResult:
"""Add widgets to the layout."""
yield Header(show_clock=True)
yield Header()
self.container = Container()
yield self.container

File diff suppressed because one or more lines are too long