mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 03:56:55 +01:00
Fixed a bug with very long feed names.
This commit is contained in:
parent
47ac7bdd00
commit
d769cf0af2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user