forked from openlp/openlp
Fix Theme to XML conversion for BOLD
Fixes: https://launchpad.net/bugs/710265
This commit is contained in:
parent
1eeca0139b
commit
807298df60
@ -156,7 +156,7 @@ class VerticalType(object):
|
||||
Middle = 1
|
||||
Bottom = 2
|
||||
|
||||
boolean_list = [u'italics', u'override', u'outline', u'shadow',
|
||||
boolean_list = [u'bold', u'italics', u'override', u'outline', u'shadow',
|
||||
u'slide_transition']
|
||||
|
||||
integer_list = [u'size', u'line_adjustment', u'x', u'height', u'y',
|
||||
|
Loading…
Reference in New Issue
Block a user