Add a little padding, left and right, to the unread count view in the Feeds list.
This commit is contained in:
parent
14fbf612c1
commit
0581d94935
|
@ -11,7 +11,7 @@ import UIKit
|
||||||
class MasterFeedUnreadCountView : UIView {
|
class MasterFeedUnreadCountView : UIView {
|
||||||
|
|
||||||
var padding: UIEdgeInsets {
|
var padding: UIEdgeInsets {
|
||||||
return UIEdgeInsets(top: 1.0, left: 7.0, bottom: 1.0, right: 7.0)
|
return UIEdgeInsets(top: 1.0, left: 9.0, bottom: 1.0, right: 9.0)
|
||||||
}
|
}
|
||||||
|
|
||||||
let cornerRadius = 8.0
|
let cornerRadius = 8.0
|
||||||
|
|
Loading…
Reference in New Issue