Skip to content

Commit

Permalink
Merge pull request #76 from diskshima/widen-candidate-list
Browse files Browse the repository at this point in the history
番号付きの候補リスト幅を少し広くする
  • Loading branch information
ensan-hcl authored Sep 29, 2024
2 parents d0e13be + 9ee1680 commit 49a8745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azooKeyMac/InputController/CandidateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class CandidatesViewController: NSViewController {
// ウィンドウの幅を設定(番号とパディングのための追加幅を考慮)
// 20 = corner radius * 2
let windowWidth = if self.showCandidateIndex {
maxWidth + 32
maxWidth + 48
} else {
maxWidth + 20
}
Expand Down

0 comments on commit 49a8745

Please sign in to comment.