This commit is contained in:
Will McGugan
2024-09-15 19:10:29 +01:00
parent 0d1c868b58
commit 7738b10840

View File

@@ -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):