Enlarge maximum candidate list text size.

This commit is contained in:
Lukhnos Liu 2012-10-31 20:58:24 -07:00
parent e931b22e3d
commit 31a1a042fe
1 changed files with 1 additions and 1 deletions

View File

@ -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