forked from openlp/openlp
parent
fd473b81d7
commit
b01aed6b0d
@ -325,7 +325,7 @@ class ThemeXML(object):
|
||||
# Create Font name element
|
||||
self.child_element(background, u'name', name)
|
||||
# Create Font color element
|
||||
self.child_element(background, u'color', color)
|
||||
self.child_element(background, u'color', unicode(color))
|
||||
# Create Proportion name element
|
||||
self.child_element(background, u'size', unicode(size))
|
||||
# Create weight name element
|
||||
|
Loading…
Reference in New Issue
Block a user