Browse Source

Set style to .plain.

master
Abhi 2 years ago
parent
commit
bba8e8df4a
  1. 2
      Clocker/Onboarding/OnboardingSearchController.swift
  2. 2
      Clocker/Panel/ParentPanelController.swift

2
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()

2
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

Loading…
Cancel
Save