PrefMgr // Change default candidate font size back to 16.

This commit is contained in:
ShikiSuen 2022-10-19 16:22:20 +08:00
parent 44fc72a9a1
commit c5263bac1c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class PrefMgr: PrefMgrProtocol {
@AppProperty(key: UserDef.kShowNotificationsWhenTogglingCapsLock.rawValue, defaultValue: true)
public var showNotificationsWhenTogglingCapsLock: Bool
@AppProperty(key: UserDef.kCandidateListTextSize.rawValue, defaultValue: 18)
@AppProperty(key: UserDef.kCandidateListTextSize.rawValue, defaultValue: 16)
public var candidateListTextSize: Double {
didSet {
//