Skip to content

Commit

Permalink
Merge pull request #83 from ensan-hcl/fix/merge_error
Browse files Browse the repository at this point in the history
fix: #76 を復活させる
  • Loading branch information
ensan-hcl authored Oct 6, 2024
2 parents e3fee5d + ee5503b commit 78ea641
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 78ea641

Please sign in to comment.