From 3bc70f9b276b9ed48420e2bbdd27c9e12118f38c Mon Sep 17 00:00:00 2001
From: Weida Hong <wdhongtw@gmail.com>
Date: Tue, 2 Jul 2024 20:12:59 +0800
Subject: [PATCH] fix: adjust value range for some setting

Increase the value range according the actual behavior by libchewing.
---
 src/IBusChewingProperties.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/IBusChewingProperties.c b/src/IBusChewingProperties.c
index 3c0dc42..f691714 100644
--- a/src/IBusChewingProperties.c
+++ b/src/IBusChewingProperties.c
@@ -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},