Skip to content

Commit

Permalink
Merge pull request Textualize#3950 from TomJGooding/docs-widget-fix-s…
Browse files Browse the repository at this point in the history
…how-vertical-scrollbar-docstring
  • Loading branch information
davep authored Jan 4, 2024
2 parents df2d852 + 8da216f commit 39e700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def __init__(
scroll_target_y = Reactive(0.0, repaint=False)

show_vertical_scrollbar: Reactive[bool] = Reactive(False, layout=True)
"""Show a horizontal scrollbar?"""
"""Show a vertical scrollbar?"""

show_horizontal_scrollbar: Reactive[bool] = Reactive(False, layout=True)
"""Show a horizontal scrollbar?"""
Expand Down

0 comments on commit 39e700e

Please sign in to comment.