From bc0538c828ec491af465edeae9d5340a7bd8aeae Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Fri, 22 Aug 2014 18:36:06 +0900 Subject: Set preview_lines to -1 in zip code. --- setup/python2/anthyprefs.py.in | 2 +- setup/python3/anthyprefs.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'setup') 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, }, -- cgit v1.2.1