Add toast text insets

This commit is contained in:
Peter 2019-10-11 16:20:55 +04:00
parent 2f99bea37a
commit 5536cad24e

View File

@ -31,6 +31,7 @@ final class ChatToastAlertPanelNode: ChatTitleAccessoryPanelNode {
self.titleNode = ImmediateTextNode()
self.titleNode.attributedText = NSAttributedString(string: "", font: Font.regular(14.0), textColor: UIColor.black)
self.titleNode.maximumNumberOfLines = 1
self.titleNode.insets = UIEdgeInsets(top: 2.0, left: 2.0, bottom: 2.0, right: 2.0)
super.init()