mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use the correct font for the preferred sidebar icon size. Fixes #2761
This commit is contained in:
@@ -96,11 +96,13 @@ class SidebarCell : NSTableCellView {
|
||||
}
|
||||
|
||||
override func layout() {
|
||||
if let cellAppearance = cellAppearance {
|
||||
titleView.font = cellAppearance.textFieldFont
|
||||
}
|
||||
resizeSubviews(withOldSize: NSZeroSize)
|
||||
}
|
||||
|
||||
override func resizeSubviews(withOldSize oldSize: NSSize) {
|
||||
|
||||
guard let cellAppearance = cellAppearance else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user