mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix dynamic type bug in account section header layouts where the account name needed to wrap
This commit is contained in:
@@ -175,7 +175,7 @@ class MasterFeedViewController: ProgressTableViewController, UndoableCommandRunn
|
||||
headerView.unreadCount = 0
|
||||
}
|
||||
|
||||
let size = headerView.sizeThatFits(CGSize.zero)
|
||||
let size = headerView.sizeThatFits(CGSize(width: tableView.bounds.width, height: 0.0))
|
||||
return size.height
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user