Commit 15017da0 authored by Fabien Morin's avatar Fabien Morin

simplify list definition


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36590 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c47d96d
......@@ -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'] = \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment