From bba8e8df4a649a269ea973f8a9f68dd9c3cccb43 Mon Sep 17 00:00:00 2001 From: Abhi Date: Sat, 22 Apr 2023 17:51:12 -0400 Subject: [PATCH] Set style to .plain. --- Clocker/Onboarding/OnboardingSearchController.swift | 2 +- Clocker/Panel/ParentPanelController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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