Support multi-line tooltip in chat color view.
This commit is contained in:
parent
a35e0a4055
commit
2cf6424da7
@ -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])
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user