diff --git a/Clocker/Onboarding/OnboardingSearchController.swift b/Clocker/Onboarding/OnboardingSearchController.swift index cfded45..4045c1f 100644 --- a/Clocker/Onboarding/OnboardingSearchController.swift +++ b/Clocker/Onboarding/OnboardingSearchController.swift @@ -50,7 +50,7 @@ class OnboardingSearchController: NSViewController { resultsTableView.target = self resultsTableView.doubleAction = #selector(doubleClickAction(_:)) if #available(OSX 11.0, *) { - resultsTableView.style = .fullWidth + resultsTableView.style = .plain } setup() diff --git a/Clocker/Panel/ParentPanelController.swift b/Clocker/Panel/ParentPanelController.swift index d450ee8..c01e9a8 100644 --- a/Clocker/Panel/ParentPanelController.swift +++ b/Clocker/Panel/ParentPanelController.swift @@ -158,7 +158,7 @@ class ParentPanelController: NSWindowController { mainTableView.selectionHighlightStyle = .none mainTableView.enclosingScrollView?.hasVerticalScroller = false if #available(OSX 11.0, *) { - mainTableView.style = .fullWidth + mainTableView.style = .plain } // Setup images