Skip to content

Commit cc76688

Browse files
committed
feat: 候補ウィンドウのデザインを微調整
1 parent 386b658 commit cc76688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azooKeyMac/InputController/CandidateWindow/BaseCandidateViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class BaseCandidateViewController: NSViewController {
145145
self.tableView.delegate = self
146146
self.tableView.dataSource = self
147147
self.tableView.selectionHighlightStyle = .regular
148-
self.tableView.rowHeight = 28
148+
self.tableView.rowHeight = 32
149149

150150
self.view = containerView
151151
}
@@ -174,7 +174,7 @@ class BaseCandidateViewController: NSViewController {
174174
window.titlebarAppearsTransparent = true
175175
window.titleVisibility = .hidden
176176

177-
window.contentView?.layer?.cornerRadius = 10
177+
window.contentView?.layer?.cornerRadius = 16
178178
window.backgroundColor = .clear
179179
window.isOpaque = false
180180
}

0 commit comments

Comments
 (0)