mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Increase height of timeline unread indicator. Issue #1320
This commit is contained in:
parent
985cef6b49
commit
d1af8a9f0a
@ -10,6 +10,10 @@ import UIKit
|
|||||||
|
|
||||||
class MasterTimelineUnreadCountView: MasterFeedUnreadCountView {
|
class MasterTimelineUnreadCountView: MasterFeedUnreadCountView {
|
||||||
|
|
||||||
|
override var padding: UIEdgeInsets {
|
||||||
|
return UIEdgeInsets(top: 2.0, left: 9.0, bottom: 2.0, right: 9.0)
|
||||||
|
}
|
||||||
|
|
||||||
override var textColor: UIColor {
|
override var textColor: UIColor {
|
||||||
return UIColor.systemBackground
|
return UIColor.systemBackground
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user