URLBar shouldn't show cancel button on iPad, visual tweaks
This commit is contained in:
@@ -22,6 +22,8 @@ class TitlebarView: UIView
|
||||
titleLabelView.layer.shadowRadius = 0.0
|
||||
titleLabelView.layer.shadowOffset = CGSize(width: 0.0, height: 2.0)
|
||||
titleLabelView.font = UIFont.boldSystemFont(ofSize: 12.0)
|
||||
|
||||
backgroundImageView.alpha = 0.98
|
||||
}
|
||||
|
||||
private func backgroundImageForSize(_ size: CGSize) -> UIImage? {
|
||||
|
||||
Reference in New Issue
Block a user