From 31a1a042fe29a32ab65b0df721fffdbf63bef113 Mon Sep 17 00:00:00 2001 From: Lukhnos Liu Date: Wed, 31 Oct 2012 20:58:24 -0700 Subject: [PATCH] Enlarge maximum candidate list text size. --- Source/InputMethodController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index 86662cf8..8fceb493 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -52,7 +52,7 @@ using namespace OpenVanilla; static const NSInteger kDefaultCandidateListTextSize = 16; static const NSInteger kMinKeyLabelSize = 10; static const NSInteger kMinCandidateListTextSize = 12; -static const NSInteger kMaxCandidateListTextSize = 128; +static const NSInteger kMaxCandidateListTextSize = 196; // default, min and max composing buffer size (in codepoints) // modern Macs can usually work up to 16 codepoints when the builder still