ctlCandUniv // Fix a UI rendering glitch.

This commit is contained in:
ShikiSuen 2022-08-15 20:49:55 +08:00
parent a21551dc13
commit 5c21d96caf
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ private class vwrCandidateUniversal: NSView {
calculatedWindowWidth = rctCandidate.size.width + cellPadding * 2
}
case false:
if cellWidth < cellHeight * 1.35 {
cellWidth = cellHeight * 1.35
if cellWidth < cellHeight * 1.4 {
cellWidth = cellHeight * 1.4
}
}
newWidths.append(round(cellWidth))