diff --git a/Mac/MainWindow/Sidebar/Cell/SidebarCell.swift b/Mac/MainWindow/Sidebar/Cell/SidebarCell.swift index 6355edb35..ae0e2a12d 100644 --- a/Mac/MainWindow/Sidebar/Cell/SidebarCell.swift +++ b/Mac/MainWindow/Sidebar/Cell/SidebarCell.swift @@ -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 }