mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docs/examples/styles/display.py
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -20,8 +20,8 @@ class DisplayApp(App):
|
||||
|
||||
def compose(self):
|
||||
yield Static("Widget 1")
|
||||
yield Static("widget 2", classes="remove")
|
||||
yield Static("widget 3")
|
||||
yield Static("Widget 2", classes="remove")
|
||||
yield Static("Widget 3")
|
||||
|
||||
|
||||
app = DisplayApp()
|
||||
|
||||
Reference in New Issue
Block a user