mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #953] [List] add gap between list items #698
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#698
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cybardev on GitHub (Mar 2, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/953
Apologies if this has been answered somewhere before, but I wasn't able to find it on the Wiki, Docs, or Issues.
How would I add gaps between list items so they don't seem like one big thing?
I tried putting a newline at the start of the primary text, and at the end of the secondary text, but that doesn't work (obviously, I suppose, but had to check).
I don't want to get into layouts if not needed. I feel like there's a simpler way I'm missing...