mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 12:06:58 +01:00
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 {
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user