From e355ad3564824d07d1760ed0b58e46aa58ecf8bb Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 27 Nov 2024 11:01:04 +0000 Subject: [PATCH] docstring --- src/textual/css/styles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/textual/css/styles.py b/src/textual/css/styles.py index 7d36411641..fd6fe43c2d 100644 --- a/src/textual/css/styles.py +++ b/src/textual/css/styles.py @@ -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".