Skip to content

Commit

Permalink
rollback keysig layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed May 27, 2013
1 parent 85dea66 commit f396c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/keysig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void KeySig::layout()
}
}
// add accidentals
static const qreal sspread = 1.1;
static const qreal sspread = 1.0;
static const qreal fspread = 1.0;
switch(t1) {
case 7: addLayout(sharpSym, xo + 6.0 * sspread, clefTable[clef].lines[6]);
Expand Down

0 comments on commit f396c33

Please sign in to comment.