Skip to content

Commit

Permalink
Add in the tableView style for macOS Big Sur
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlaubischlump committed Dec 21, 2020
1 parent 93418f4 commit cc90a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class AutoCompleteSearchField: NSSearchField {
tableView.action = #selector(insert(_:))
tableView.addTableColumn(column1)
if #available(OSX 11.0, *) {
// tableView.style = .fullWidth
tableView.style = .fullWidth
}
tableView.delegate = self
tableView.dataSource = self
Expand Down

0 comments on commit cc90a87

Please sign in to comment.