[Feature Request] Allow text alignement in Modal to be configured #71
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/cview#71
Loading…
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?
Seems that text set in modal with SetText() is always centered if I read this code correctly:
https://code.rocketnine.space/tslocum/cview/src/branch/master/modal.go#L218
It would be great to add a function like SetTextAlignement() for modal like on textview so that alignement could be defined programmatically.