mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Added the unread count to the Account Section Header.
This commit is contained in:
@@ -43,7 +43,10 @@ struct MasterTableViewCellLayout {
|
||||
var rLabel = CGRect(x: 0.0, y: 0.0, width: labelSize.width, height: labelSize.height)
|
||||
if shouldShowImage {
|
||||
rLabel.origin.x = rFavicon.maxX + MasterTableViewCellLayout.imageMarginRight
|
||||
} else {
|
||||
rLabel.origin.x = indent ? 20 : 0
|
||||
}
|
||||
|
||||
rLabel = MasterTableViewCellLayout.centerVertically(rLabel, bounds)
|
||||
|
||||
// Unread Count
|
||||
|
||||
Reference in New Issue
Block a user