Skip to content

Commit

Permalink
Correct style definition for harp pedal text diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
bakajikara committed Aug 13, 2024
1 parent 5cb6d11 commit a4b0ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engraving/style/styledef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
styleDef(harpPedalTextDiagramFrameWidth, 0.1),
styleDef(harpPedalTextDiagramFrameRound, 0),
styleDef(harpPedalTextDiagramFrameFgColor, PropertyValue::fromValue(Color::BLACK)),
styleDef(harpPedalTextDiagramFrameFgColor, PropertyValue::fromValue(Color::transparent)),
styleDef(harpPedalTextDiagramFrameBgColor, PropertyValue::fromValue(Color::transparent)),
styleDef(harpPedalTextDiagramOffset, PointF()),
styleDef(harpPedalTextDiagramPlacement, PlacementV::BELOW),
styleDef(harpPedalTextDiagramPosAbove, PointF(.0, -1.5)),
Expand Down

0 comments on commit a4b0ccc

Please sign in to comment.