ctlCandUniv // Fix a UI rendering glitch.
This commit is contained in:
parent
a21551dc13
commit
5c21d96caf
|
@ -88,8 +88,8 @@ private class vwrCandidateUniversal: NSView {
|
||||||
calculatedWindowWidth = rctCandidate.size.width + cellPadding * 2
|
calculatedWindowWidth = rctCandidate.size.width + cellPadding * 2
|
||||||
}
|
}
|
||||||
case false:
|
case false:
|
||||||
if cellWidth < cellHeight * 1.35 {
|
if cellWidth < cellHeight * 1.4 {
|
||||||
cellWidth = cellHeight * 1.35
|
cellWidth = cellHeight * 1.4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
newWidths.append(round(cellWidth))
|
newWidths.append(round(cellWidth))
|
||||||
|
|
Loading…
Reference in New Issue