mirror of https://github.com/xaoxuu/ProHUD
contentEdgeInsets.bottom
This commit is contained in:
parent
2f6b514666
commit
d06fb00c6f
|
@ -60,7 +60,7 @@ open class Button: UIButton {
|
|||
setTitleColor(textColor, for: .normal)
|
||||
backgroundColor = .none
|
||||
contentEdgeInsets.top = 0
|
||||
contentEdgeInsets.bottom = 4
|
||||
contentEdgeInsets.bottom = 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue