Fixed a bug with very long feed names.

This commit is contained in:
Maurice Parker 2019-04-17 07:31:08 -05:00
parent 47ac7bdd00
commit d769cf0af2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct MasterTableViewCellLayout {
self.unreadCountRect = rUnread
if rLabel.maxX > bounds.maxX {
rLabel.size.width = bounds.maxX - rLabel.maxX
rLabel.size.width = bounds.maxX - rLabel.minX
}
self.titleRect = rLabel