Skip to content

Commit

Permalink
gui(experimental): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eruvanos committed Dec 22, 2024
1 parent 14a0c3e commit cf4cde7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arcade/gui/experimental/scroll_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ class UIScrollBar(UIWidget):
"""Scroll bar for a UIScrollLayout.
Indicating the current view position of the scroll area.
Does not support mouse interaction yet.
Supports mouse dragging to scroll the content.
"""

_thumb_hover = Property(False)
Expand Down

0 comments on commit cf4cde7

Please sign in to comment.