allow ELLIPSIS mode through dialogxml

This commit is contained in:
2025-05-07 12:39:47 -05:00
parent e9fb80f09a
commit c407ffd248
3 changed files with 8 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ The `<text>` tag accepts the following attributes:
* `outline` - See **Common Attributes** above.
* `underline` - If true, the text will be underlined.
* `align` - `right` or `left`. Defaults to `left`.
* `ellipsis` - If true, instead of wrapping overflow, truncate to one line with '...'
* `fromlist`, `font`, `size`, `color`, `colour`, `def-key` -
See **Common Attributes** above.