diff --git a/product/ERP5/Document/PDFTypeInformation.py b/product/ERP5/Document/PDFTypeInformation.py index d62ddde255f8630a89d8f031c2be1e962e02cd4f..b44a8459e384c5fd2bfc1967387e31cbca6157b8 100644 --- a/product/ERP5/Document/PDFTypeInformation.py +++ b/product/ERP5/Document/PDFTypeInformation.py @@ -133,8 +133,8 @@ def getPropertiesCSSDict(parsed_scribus # defining font-size from height - 2 (this value seems to have a good # rendering on Mozilla and Konqueror) # do not match for TextArea (as it is a multiline object) - type_list = ['TextAreaField', 'MultiListField', 'EditorField'] - type_list += ['ListBox', 'ImageField', 'MatrixBox'] + type_list = ['TextAreaField', 'MultiListField', 'EditorField', + 'ListBox', 'ImageField', 'MatrixBox'] #if properties_field['type'] not in type_list: #if float(properties_field['size_y']) > 8.0: #properties_css_object_stand['font-size'] = \