Browse Source

update heading style to make sure it's attached

to the chord progressions/charts etc
master
Ivan Holmes 5 years ago
parent
commit
3fa216a149
  1. 3
      chordsheet/rlStylesheet.py

3
chordsheet/rlStylesheet.py

@ -44,7 +44,8 @@ def getStyleSheet(csStyle):
fontSize=csStyle.headingFontSize, fontSize=csStyle.headingFontSize,
alignment=TA_LEFT, alignment=TA_LEFT,
parent=stylesheet['Master'], parent=stylesheet['Master'],
spaceAfter=2*mm)
spaceAfter=2*mm,
keepWithNext=1)
) )
return stylesheet return stylesheet
Loading…
Cancel
Save