Certain field configurations result in words breaking unnecessarily #379
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#379
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
I'm not sure there's a way around this with just autolayout. Might need to drop down to the TextKit/CoreText level, because we want to find a column width that maximizes the available space for the larger column while avoiding, if possible, splitting any words. This needs to take into account how words are actually wrapped in the larger column, since, as in this case, we may be giving extra space to the larger column that it can't actually use because of the by-word-wrapping line break mode