Skip to content

Commit

Permalink
Merge pull request #4944 from Shaurya1441/285361-y_footeroffset
Browse files Browse the repository at this point in the history
fix #285361: Footer: add 5mm Y-offset to place within margin
  • Loading branch information
anatoly-os committed May 20, 2019
2 parents d0545a5 + e9680a3 commit d789ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ static const StyleType styleTypes[] {
{ Sid::footerFontStyle, "footerFontStyle", int(FontStyle::Normal) },
{ Sid::footerColor, "footerColor", QColor(0, 0, 0, 255) },
{ Sid::footerAlign, "footerAlign", QVariant::fromValue(Align::LEFT) },
{ Sid::footerOffset, "footerOffset", QPointF() },
{ Sid::footerOffset, "footerOffset", QPointF(0.0, 5.0) },
{ Sid::footerFrameType, "footerFrameType", int(FrameType::NO_FRAME) },
{ Sid::footerFramePadding, "footerFramePadding", 0.2 },
{ Sid::footerFrameWidth, "footerFrameWidth", 0.1 },
Expand Down

0 comments on commit d789ea8

Please sign in to comment.