mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
examples working
This commit is contained in:
@@ -30,7 +30,7 @@ class GridTest(App):
|
||||
layout.add_row("row", fraction=1, max_size=10)
|
||||
layout.set_repeat(True, True)
|
||||
layout.add_areas(center="col-2-start|col-4-end,row-2-start|row-3-end")
|
||||
layout.set_align("center", "center")
|
||||
layout.set_align("stretch", "center")
|
||||
|
||||
# *(Placeholder() for _ in range(20)),
|
||||
layout.place(*(Placeholder() for _ in range(20)), center=Placeholder())
|
||||
|
||||
Reference in New Issue
Block a user