← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/bugs into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/bugs into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  #693150 Custom Slide Display footer option
  https://bugs.launchpad.net/bugs/693150
  #693202 delete theme
  https://bugs.launchpad.net/bugs/693202
  #710265 Similar main and footer fonts are not displaying correctly
  https://bugs.launchpad.net/bugs/710265

For more details, see:
https://code.launchpad.net/~trb143/openlp/bugs/+merge/48112

Stop the Main display being bold all the time!
-- 
https://code.launchpad.net/~trb143/openlp/bugs/+merge/48112
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/bugs into lp:openlp.
=== modified file 'openlp/core/lib/theme.py'
--- openlp/core/lib/theme.py	2011-01-22 11:33:56 +0000
+++ openlp/core/lib/theme.py	2011-02-01 06:11:17 +0000
@@ -156,7 +156,7 @@
     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',


Follow ups