Some multiple tab fixes
This commit is contained in:
@@ -46,6 +46,6 @@ class ScriptControllerIconView: UIButton
|
||||
|
||||
labelView.sizeToFit()
|
||||
labelView.center = CGPoint(x: bounds.center.x + 10, y: bounds.center.y + 10)
|
||||
labelView.bounds = labelView.bounds.insetBy(dx: -2.0, dy: -2.0)
|
||||
labelView.bounds = labelView.bounds.insetBy(dx: -3.0, dy: -2.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user