summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2014-08-22 18:36:06 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2014-08-22 18:36:06 +0900
commitbc0538c828ec491af465edeae9d5340a7bd8aeae (patch)
tree6f087f0201748c41c5288779331cbfa83c26a312 /setup
parentf122f7f5bbc411169732ad323713e41c21cb1007 (diff)
downloadibus-anthy-bc0538c828ec491af465edeae9d5340a7bd8aeae.tar.gz
Set preview_lines to -1 in zip code.
Diffstat (limited to 'setup')
-rw-r--r--setup/python2/anthyprefs.py.in2
-rw-r--r--setup/python3/anthyprefs.py.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup/python2/anthyprefs.py.in b/setup/python2/anthyprefs.py.in
index 135e656..c29926a 100644
--- a/setup/python2/anthyprefs.py.in
+++ b/setup/python2/anthyprefs.py.in
@@ -1113,7 +1113,7 @@ _config = {
'icon': None,
'short_label': '〒',
'long_label': N_("Zip Code Conversion"),
- 'preview_lines': 30,
+ 'preview_lines': -1,
'reverse': False,
'is_system': True,
},
diff --git a/setup/python3/anthyprefs.py.in b/setup/python3/anthyprefs.py.in
index d133913..3198a8c 100644
--- a/setup/python3/anthyprefs.py.in
+++ b/setup/python3/anthyprefs.py.in
@@ -1106,7 +1106,7 @@ _config = {
'icon': None,
'short_label': '〒',
'long_label': N_("Zip Code Conversion"),
- 'preview_lines': 30,
+ 'preview_lines': -1,
'reverse': False,
'is_system': True,
},