Fix Theme font size

bzr-revno: 1257
Fixes: https://launchpad.net/bugs/710265
This commit is contained in:
Tim Bentley 2011-02-01 18:51:44 +00:00
commit 49fa0a6b80
1 changed files with 1 additions and 1 deletions

View File

@ -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',