Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class BaseCandidateViewController: NSViewController {
self.tableView.delegate = self
self.tableView.dataSource = self
self.tableView.selectionHighlightStyle = .regular
self.tableView.rowHeight = 28
self.tableView.rowHeight = 32

self.view = containerView
}
Expand Down Expand Up @@ -174,7 +174,7 @@ class BaseCandidateViewController: NSViewController {
window.titlebarAppearsTransparent = true
window.titleVisibility = .hidden

window.contentView?.layer?.cornerRadius = 10
window.contentView?.layer?.cornerRadius = 16
window.backgroundColor = .clear
window.isOpaque = false
}
Expand Down