We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386b658 commit cc76688Copy full SHA for cc76688
1 file changed
azooKeyMac/InputController/CandidateWindow/BaseCandidateViewController.swift
@@ -145,7 +145,7 @@ class BaseCandidateViewController: NSViewController {
145
self.tableView.delegate = self
146
self.tableView.dataSource = self
147
self.tableView.selectionHighlightStyle = .regular
148
- self.tableView.rowHeight = 28
+ self.tableView.rowHeight = 32
149
150
self.view = containerView
151
}
@@ -174,7 +174,7 @@ class BaseCandidateViewController: NSViewController {
174
window.titlebarAppearsTransparent = true
175
window.titleVisibility = .hidden
176
177
- window.contentView?.layer?.cornerRadius = 10
+ window.contentView?.layer?.cornerRadius = 16
178
window.backgroundColor = .clear
179
window.isOpaque = false
180
0 commit comments