Voltaire // Unify the y of rctCandidatePhrase.
This commit is contained in:
parent
427af014d6
commit
322d2512ae
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue