[config] augment default value for short-line-size stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 23 Apr 2010 14:43:16 +0200
branchstable
changeset 5391 fe3fe2b2b60a
parent 5390 a40ffdce549d
child 5392 899d93e4dbe0
[config] augment default value for short-line-size
cwconfig.py
--- a/cwconfig.py	Fri Apr 23 13:36:43 2010 +0200
+++ b/cwconfig.py	Fri Apr 23 14:43:16 2010 +0200
@@ -226,7 +226,7 @@
       }),
     ('short-line-size',
      {'type' : 'int',
-      'default': 40,
+      'default': 80,
       'help': _('maximum number of characters in short description'),
       'group': 'navigation',
       }),