Skip to content

Commit

Permalink
Merge pull request #24062 from bakajikara/palette
Browse files Browse the repository at this point in the history
Fix #21456: Set mag rate for the grace note palette
  • Loading branch information
cbjeukendrup authored Dec 3, 2024
2 parents d736977 + db4e538 commit a2711d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/palette/internal/palettecreator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ PalettePtr PaletteCreator::newGraceNotePalette()
{
PalettePtr sp = std::make_shared<Palette>(Palette::Type::GraceNote);
sp->setName(QT_TRANSLATE_NOOP("palette", "Grace notes"));
sp->setMag(1.35);
sp->setGridSize(45, 40);
sp->setDrawGrid(true);
sp->setVisible(false);
Expand Down

0 comments on commit a2711d8

Please sign in to comment.