We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df2d852 + 8da216f commit 39e700eCopy full SHA for 39e700e
src/textual/widget.py
@@ -391,7 +391,7 @@ def __init__(
391
scroll_target_y = Reactive(0.0, repaint=False)
392
393
show_vertical_scrollbar: Reactive[bool] = Reactive(False, layout=True)
394
- """Show a horizontal scrollbar?"""
+ """Show a vertical scrollbar?"""
395
396
show_horizontal_scrollbar: Reactive[bool] = Reactive(False, layout=True)
397
"""Show a horizontal scrollbar?"""
0 commit comments