enlarge prefill formula field

This commit is contained in:
Benjamin Dauvergne 2012-09-19 20:56:42 +02:00
parent 857d18b7e6
commit 8b2fcf2db2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class PrefillSelectionWidget(CompositeWidget):
self.value = {}
if self.value.get('type') in ('string', 'formula'):
self.add(StringWidget, 'value', value = value.get('value'))
self.add(StringWidget, 'value', value = value.get('value'), size=80)
elif self.value.get('type') == 'user':
formdef = get_publisher().user_class.get_formdef()
users_cfg = get_cfg('users', {})