From e758514ff35e6e83e436ed247213e0b18d6c507e Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 22 Mar 2023 13:52:31 +0000 Subject: [PATCH] word --- docs/blog/posts/release0-16-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/release0-16-0.md b/docs/blog/posts/release0-16-0.md index add6cdf46..8f410b7f3 100644 --- a/docs/blog/posts/release0-16-0.md +++ b/docs/blog/posts/release0-16-0.md @@ -34,7 +34,7 @@ Here's an example of the UI you can create with this widget (note the nesting)! ## Border titles -The second highlight is a frequently requests feature (FRF?). Widgets now have the two new string properties, `border_title` and `border_subtitle`, which will be displayed within the widget's border. +The second highlight is a frequently requested feature (FRF?). Widgets now have the two new string properties, `border_title` and `border_subtitle`, which will be displayed within the widget's border. You can set the alignment of these titles via [`border-title-align`](../../styles/border_title_align.md) and [`border-subtitle-align`](../../styles/border_subtitle_align.md). Titles may contain [Console Markup](https://rich.readthedocs.io/en/latest/markup.html), so you can add additional color and style to the labels.