Support multi-line tooltip in chat color view.

This commit is contained in:
Matthew Chen 2021-06-11 12:59:25 -03:00
parent a35e0a4055
commit 2cf6424da7

View File

@ -718,6 +718,8 @@ private class ChatColorTooltip: TooltipView {
comment: "Tooltip highlighting the auto chat color option.")
label.font = .ows_dynamicTypeSubheadline
label.textColor = .ows_white
label.numberOfLines = 0
label.lineBreakMode = .byWordWrapping
return horizontalStack(forSubviews: [label])
}