Skip to content

Commit

Permalink
fix: adjust value range for some setting
Browse files Browse the repository at this point in the history
Increase the value range according the actual behavior by libchewing.
  • Loading branch information
wdhongtw committed Jul 2, 2024
1 parent 43154ee commit 3bc70f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IBusChewingProperties.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ MkdgPropertySpec propSpecs[] = {
N_("Escape key cleans the text in pre-edit-buffer"), NULL},
{G_TYPE_INT, "max-chi-symbol-len", PAGE_EDITING,
N_("Maximum Chinese characters"), IBUS_CHEWING_PROPERTIES_SUBSECTION, "20",
NULL, NULL, 11, 33, maxChiSymbolLen_apply_callback, 0,
NULL, NULL, 0, 39, maxChiSymbolLen_apply_callback, 0,
N_("Maximum Chinese characters in pre-edit buffer, not including inputing "
"Zhuyin symbols."),
NULL},
Expand Down

0 comments on commit 3bc70f9

Please sign in to comment.