Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 27, 2024
1 parent d117ed4 commit e355ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/textual/css/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ class StylesBase:
"""Set the left border of the widget e.g. ("rounded", "green") or "none"."""

border_title_align = StringEnumProperty(VALID_ALIGN_HORIZONTAL, "left")
"""The alignment of the border title text."""
border_subtitle_align = StringEnumProperty(VALID_ALIGN_HORIZONTAL, "right")
"""The alignment of the border subtitle text."""

outline = BorderProperty(layout=False)
"""Set the outline of the widget e.g. ("rounded", "green") or "none".
Expand Down

0 comments on commit e355ad3

Please sign in to comment.