mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Snapshot testing progress
This commit is contained in:
@@ -4,7 +4,7 @@ from textual.widgets import Static
|
||||
|
||||
class GridLayoutExample(App):
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Static("One", classes="box")
|
||||
yield Static("Oneeee", classes="box")
|
||||
yield Static("Two", classes="box")
|
||||
yield Static("Three", classes="box")
|
||||
yield Static("Four", classes="box")
|
||||
|
||||
Reference in New Issue
Block a user