Voltaire // Unify the y of rctCandidatePhrase.

This commit is contained in:
ShikiSuen 2022-05-29 15:25:15 +08:00
parent 427af014d6
commit 322d2512ae
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ private class HorizontalCandidateView: NSView {
height: keyLabelHeight * 2.0
)
let rctCandidatePhrase = NSRect(
x: accuWidth + keyLabelWidth - 1, y: cellPadding / 2,
x: accuWidth + keyLabelWidth - 1, y: cellPadding / 2 - 1,
width: currentWidth - keyLabelWidth,
height: candidateTextHeight
)