Skip to content

Commit

Permalink
Merge pull request #59 from ensan-hcl/feat/baseline_offset_of_candida…
Browse files Browse the repository at this point in the history
…te_index

feat: 変換候補ウィンドウの数字の高さを微調整
  • Loading branch information
nyanko3141592 authored Aug 20, 2024
2 parents 260f53a + a3594e0 commit 54cf08a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azooKeyMac/InputController/CandidateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ class CandidatesViewController: NSViewController {
if numberRange.location != NSNotFound {
attributedString.addAttributes([
.font: NSFont.monospacedSystemFont(ofSize: 8, weight: .regular),
.foregroundColor: currentSelectedRow == row ? NSColor.white : NSColor.gray
.foregroundColor: currentSelectedRow == row ? NSColor.white : NSColor.gray,
.baselineOffset: 2
], range: numberRange)
}

Expand Down

0 comments on commit 54cf08a

Please sign in to comment.