PrefMgr // Change default candidate font size back to 16.
This commit is contained in:
parent
44fc72a9a1
commit
c5263bac1c
|
@ -66,7 +66,7 @@ public class PrefMgr: PrefMgrProtocol {
|
||||||
@AppProperty(key: UserDef.kShowNotificationsWhenTogglingCapsLock.rawValue, defaultValue: true)
|
@AppProperty(key: UserDef.kShowNotificationsWhenTogglingCapsLock.rawValue, defaultValue: true)
|
||||||
public var showNotificationsWhenTogglingCapsLock: Bool
|
public var showNotificationsWhenTogglingCapsLock: Bool
|
||||||
|
|
||||||
@AppProperty(key: UserDef.kCandidateListTextSize.rawValue, defaultValue: 18)
|
@AppProperty(key: UserDef.kCandidateListTextSize.rawValue, defaultValue: 16)
|
||||||
public var candidateListTextSize: Double {
|
public var candidateListTextSize: Double {
|
||||||
didSet {
|
didSet {
|
||||||
// 必須確立條件,否則就會是無限迴圈。
|
// 必須確立條件,否則就會是無限迴圈。
|
||||||
|
|
Loading…
Reference in New Issue