4 Commits
Author SHA1 Message Date
Fraser WatersandGitHub 2af3f7faeb Add an example showing the decorations off (#1191) 2023-09-16 23:08:52 +02:00
Fraser WatersandGitHub cec5fb4595 Render tables with zero-width columns (#1197)
Fixes https://github.com/spectreconsole/spectre.console/issues/361
2023-09-12 15:46:25 +02:00
Fraser Waters cbbdb3369c Fix minor typo in Prompt example 2023-02-26 22:22:31 +00:00
Fraser WatersandPatrik Svensson 91f910326c Fix maxWidth bug in Panel
Panel could pass a maxWidth to the child Render function that was greater than the maxWidth that was passed to the Panel render function.
I noticed this when trying to nest a table in a panel and the word wrapping was being disabled.

N.B It might be that Table.Measure ought to not return a measurment larger than maxWidth, but this Panel change seems defensivly sensible regardless.
2021-04-22 22:14:49 +02:00