refactored code
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e3d2ca8ff2
commit
5291de36bc
@ -104,8 +104,7 @@ open class TextLink: ButtonBase {
|
||||
// MARK: - Overrides
|
||||
//--------------------------------------------------
|
||||
override open var intrinsicContentSize: CGSize {
|
||||
var itemWidth = super.intrinsicContentSize.width
|
||||
return CGSize(width: itemWidth, height: height)
|
||||
return CGSize(width: super.intrinsicContentSize.width, height: height)
|
||||
}
|
||||
|
||||
open override func updateView() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user