forked from openlp/openlp
Fix Theme font size
bzr-revno: 1257 Fixes: https://launchpad.net/bugs/710265
This commit is contained in:
commit
49fa0a6b80
@ -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