From 322d2512aee1a831cfa5c42bdbb34a1d9a72e871 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 29 May 2022 15:25:15 +0800 Subject: [PATCH] Voltaire // Unify the y of rctCandidatePhrase. --- Source/UI/CandidateUI/ctlCandidateHorizontal.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/UI/CandidateUI/ctlCandidateHorizontal.swift b/Source/UI/CandidateUI/ctlCandidateHorizontal.swift index fa19f9a7..17245e60 100644 --- a/Source/UI/CandidateUI/ctlCandidateHorizontal.swift +++ b/Source/UI/CandidateUI/ctlCandidateHorizontal.swift @@ -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 )