TDKCandidates // Patch default font sizes.
This commit is contained in:
parent
a144e20304
commit
c93de3c8ed
|
@ -110,7 +110,9 @@ open class CtlCandidate: NSWindowController, CtlCandidateProtocol {
|
|||
fatalError("init(coder:) has not been implemented")
|
||||
}
|
||||
|
||||
open var candidateFont = NSFont.systemFont(ofSize: 18)
|
||||
open var candidateFont = NSFont.systemFont(
|
||||
ofSize: min(196, max(12, Double(UserDefaults.standard.integer(forKey: "CandidateListTextSize"))))
|
||||
)
|
||||
|
||||
@discardableResult open func showNextLine() -> Bool {
|
||||
false
|
||||
|
|
Loading…
Reference in New Issue