fix #19443: normal size for varsegno
This commit is contained in:
parent
ea1e881a13
commit
1bbf5479b2
1 changed files with 1 additions and 2 deletions
|
@ -324,8 +324,7 @@ Palette* MuseScore::newRepeatsPalette()
|
|||
|
||||
mk = new Marker(gscore);
|
||||
mk->setMarkerType(MarkerType::VARSEGNO);
|
||||
PaletteCell* cell = sp->append(mk, tr("Segno Variation"), "", 0.6);
|
||||
cell->yoffset = -2;
|
||||
sp->append(mk, tr("Segno Variation"));
|
||||
|
||||
mk = new Marker(gscore);
|
||||
mk->setMarkerType(MarkerType::CODA);
|
||||
|
|
Loading…
Reference in a new issue