mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
typo
This commit is contained in:
@@ -57,7 +57,7 @@ class Sidebar(Widget):
|
|||||||
|
|
||||||
def compose(self) -> ComposeResult:
|
def compose(self) -> ComposeResult:
|
||||||
with Vertical():
|
with Vertical():
|
||||||
yield Label("Your scrollbar here!")
|
yield Label("Your sidebar here!")
|
||||||
|
|
||||||
|
|
||||||
class SidebarApp(App):
|
class SidebarApp(App):
|
||||||
|
|||||||
Reference in New Issue
Block a user